Color Hex Logo

#bc790d Color Hex

#BC790D
(188,121,13)
0 Favorites   0 Comments

Color spaces of #bc790d

RGB 18812113
HSL0.100.870.39
HSV37°93°74°
CMYK 0.000.360.93   0.26
XYZ27.649124.39523.6322
Yxy24.39520.49660.4382
Hunter Lab49.391513.488230.2139
CIE-Lab56.481318.877560.5855

#bc790d color RGB value is (188,121,13).

#bc790d hex color red value is 188, green value is 121 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bc790d hue: 0.10 , saturation: 0.87 and the lightness value of bc790d is 0.39.

The process color (four color CMYK) of #bc790d color hex is 0.00, 0.36, 0.93, 0.26. Web safe color of #bc790d is #cc6600. Color #bc790d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 00001101
Octal 274 171 15
Decimal 188 121 13
Hex BC 79 D

RGB Percentages of Color #bc790d

%58.39
%37.58
%4.04

CMYK Percentages of Color #bc790d

%0
%36
%93
%26

Triadic Colors of #bc790d

#bc790d #0dbc79 #790dbc

Analogous Colors of #bc790d

#bc790d #a8bc0d #bc210d

Monochromatic Colors of #bc790d

#bc790d

Complementary Color

#bc790d #0d50bc

#bc790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc790d Color CSS Codes

.mybgcolor {background-color:#bc790d; } 
.myforecolor {color:#bc790d; }
.mybordercolor {border:3px solid #bc790d; }

#bc790d Text Font Color

<p style="color:#bc790d">Text here</p>

This sample text font color is #bc790d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc790d Background Color

<div style="background-color:#bc790d">
Div content here</div>

This div background color is #bc790d


#bc790d Border Color

<div style="border:3px solid #bc790d">
Div here</div>

This div border color is #bc790d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,121,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc790d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc790d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc790d;
  box-shadow:         1px 1px 3px 2px #bc790d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,121,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc790d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc790d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc790d;
  box-shadow:         1px 1px 3px 2px #bc790d;">
Div content here</div>

This div box has shadow with color #bc790d


Comments

No comments written yet.

Please login to write comment.