Color Hex Logo

#bc481e Color Hex

#BC481E
(188,72,30)
0 Favorites   0 Comments

Color spaces of #bc481e

RGB 1887230
HSL0.040.720.43
HSV16°84°74°
CMYK 0.000.620.84   0.26
XYZ23.290715.41982.9771
Yxy15.41980.55870.3699
Hunter Lab39.268137.153022.9926
CIE-Lab46.203944.764746.9957

#bc481e color RGB value is (188,72,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00011110
Octal 274 110 36
Decimal 188 72 30
Hex BC 48 1E

RGB Percentages of Color #bc481e

%64.83
%24.83
%10.34

CMYK Percentages of Color #bc481e

%0
%62
%84
%26

Triadic Colors of #bc481e

#bc481e #1ebc48 #481ebc

Analogous Colors of #bc481e

#bc481e #bc971e #bc1e43

Monochromatic Colors of #bc481e

#bc481e

Complementary Color

#bc481e #1e92bc

#bc481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc481e Color CSS Codes

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

#bc481e Text Font Color

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

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


#bc481e Background Color

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

This div background color is #bc481e


#bc481e Border Color

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

This div border color is #bc481e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc481e


Comments

No comments written yet.

Please login to write comment.