Color Hex Logo

#bc481f Color Hex

#BC481F
(188,72,31)
0 Favorites   0 Comments

Color spaces of #bc481f

RGB 1887231
HSL0.040.720.43
HSV16°84°74°
CMYK 0.000.620.84   0.26
XYZ23.303715.42503.0454
Yxy15.42500.55790.3692
Hunter Lab39.274737.182622.8949
CIE-Lab46.210944.792846.5504

#bc481f color RGB value is (188,72,31).

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

The process color (four color CMYK) of #bc481f color hex is 0.00, 0.62, 0.84, 0.26. Web safe color of #bc481f is #cc3333. Color #bc481f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00011111
Octal 274 110 37
Decimal 188 72 31
Hex BC 48 1F

RGB Percentages of Color #bc481f

%64.60
%24.74
%10.65

CMYK Percentages of Color #bc481f

%0
%62
%84
%26

Triadic Colors of #bc481f

#bc481f #1fbc48 #481fbc

Analogous Colors of #bc481f

#bc481f #bc971f #bc1f44

Monochromatic Colors of #bc481f

#bc481f

Complementary Color

#bc481f #1f93bc

#bc481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc481f Color CSS Codes

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

#bc481f Text Font Color

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

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


#bc481f Background Color

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

This div background color is #bc481f


#bc481f Border Color

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

This div border color is #bc481f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc481f


Comments

No comments written yet.

Please login to write comment.