Color Hex Logo

#bc741f Color Hex

#BC741F
(188,116,31)
0 Favorites   0 Comments

Color spaces of #bc741f

RGB 18811631
HSL0.090.720.43
HSV32°84°74°
CMYK 0.000.380.84   0.26
XYZ27.231823.28114.3548
Yxy23.28110.49630.4243
Hunter Lab48.250516.304228.4242
CIE-Lab55.360722.032654.6394

#bc741f color RGB value is (188,116,31).

#bc741f hex color red value is 188, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bc741f hue: 0.09 , saturation: 0.72 and the lightness value of bc741f is 0.43.

The process color (four color CMYK) of #bc741f color hex is 0.00, 0.38, 0.84, 0.26. Web safe color of #bc741f is #cc6633. Color #bc741f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 00011111
Octal 274 164 37
Decimal 188 116 31
Hex BC 74 1F

RGB Percentages of Color #bc741f

%56.12
%34.63
%9.25

CMYK Percentages of Color #bc741f

%0
%38
%84
%26

Triadic Colors of #bc741f

#bc741f #1fbc74 #741fbc

Analogous Colors of #bc741f

#bc741f #b6bc1f #bc261f

Monochromatic Colors of #bc741f

#bc741f

Complementary Color

#bc741f #1f67bc

#bc741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc741f Color CSS Codes

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

#bc741f Text Font Color

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

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


#bc741f Background Color

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

This div background color is #bc741f


#bc741f Border Color

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

This div border color is #bc741f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc741f

#bc741f Color Palettes


Comments

No comments written yet.

Please login to write comment.