Color Hex Logo

#bc480a Color Hex

#BC480A
(188,72,10)
0 Favorites   0 Comments

Color spaces of #bc480a

RGB 1887210
HSL0.060.900.39
HSV21°95°74°
CMYK 0.000.620.95   0.26
XYZ23.111215.34802.0315
Yxy15.34800.57080.3791
Hunter Lab39.176536.742624.3491
CIE-Lab46.107244.375754.0358

#bc480a color RGB value is (188,72,10).

#bc480a hex color red value is 188, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bc480a hue: 0.06 , saturation: 0.90 and the lightness value of bc480a is 0.39.

The process color (four color CMYK) of #bc480a color hex is 0.00, 0.62, 0.95, 0.26. Web safe color of #bc480a is #cc3300. Color #bc480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00001010
Octal 274 110 12
Decimal 188 72 10
Hex BC 48 A

RGB Percentages of Color #bc480a

%69.63
%26.67
%3.70

CMYK Percentages of Color #bc480a

%0
%62
%95
%26

Triadic Colors of #bc480a

#bc480a #0abc48 #480abc

Analogous Colors of #bc480a

#bc480a #bca10a #bc0a25

Monochromatic Colors of #bc480a

#bc480a

Complementary Color

#bc480a #0a7ebc

#bc480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc480a Color CSS Codes

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

#bc480a Text Font Color

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

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


#bc480a Background Color

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

This div background color is #bc480a


#bc480a Border Color

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

This div border color is #bc480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc480a


Comments

No comments written yet.

Please login to write comment.