Color Hex Logo

#bc770d Color Hex

#BC770D
(188,119,13)
0 Favorites   0 Comments

Color spaces of #bc770d

RGB 18811913
HSL0.100.870.39
HSV36°93°74°
CMYK 0.000.370.93   0.26
XYZ27.408523.91413.5521
Yxy23.91410.49950.4358
Hunter Lab48.902014.466729.9248
CIE-Lab56.001719.981260.2353

#bc770d color RGB value is (188,119,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 00001101
Octal 274 167 15
Decimal 188 119 13
Hex BC 77 D

RGB Percentages of Color #bc770d

%58.75
%37.19
%4.06

CMYK Percentages of Color #bc770d

%0
%37
%93
%26

Triadic Colors of #bc770d

#bc770d #0dbc77 #770dbc

Analogous Colors of #bc770d

#bc770d #aabc0d #bc200d

Monochromatic Colors of #bc770d

#bc770d

Complementary Color

#bc770d #0d52bc

#bc770d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc770d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc770d Color CSS Codes

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

#bc770d Text Font Color

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

This sample text font color is #bc770d
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.


#bc770d Background Color

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

This div background color is #bc770d


#bc770d Border Color

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

This div border color is #bc770d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,119,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 #bc770d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc770d


Comments

No comments written yet.

Please login to write comment.