Color Hex Logo

#bc762f Color Hex

#BC762F
(188,118,47)
0 Favorites   0 Comments

Color spaces of #bc762f

RGB 18811847
HSL0.080.600.46
HSV30°75°74°
CMYK 0.000.370.75   0.26
XYZ27.730623.85355.8319
Yxy23.85350.48300.4155
Hunter Lab48.840015.879427.1083
CIE-Lab55.940821.532548.6460

#bc762f color RGB value is (188,118,47).

#bc762f hex color red value is 188, green value is 118 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc762f hue: 0.08 , saturation: 0.60 and the lightness value of bc762f is 0.46.

The process color (four color CMYK) of #bc762f color hex is 0.00, 0.37, 0.75, 0.26. Web safe color of #bc762f is #cc6633. Color #bc762f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 00101111
Octal 274 166 57
Decimal 188 118 47
Hex BC 76 2F

RGB Percentages of Color #bc762f

%53.26
%33.43
%13.31

CMYK Percentages of Color #bc762f

%0
%37
%75
%26

Triadic Colors of #bc762f

#bc762f #2fbc76 #762fbc

Analogous Colors of #bc762f

#bc762f #bcbc2f #bc302f

Monochromatic Colors of #bc762f

#bc762f

Complementary Color

#bc762f #2f75bc

#bc762f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc762f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc762f Color CSS Codes

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

#bc762f Text Font Color

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

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


#bc762f Background Color

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

This div background color is #bc762f


#bc762f Border Color

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

This div border color is #bc762f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc762f


Comments

No comments written yet.

Please login to write comment.