Color Hex Logo

#bc473b Color Hex

#BC473B
(188,71,59)
0 Favorites   0 Comments

Color spaces of #bc473b

RGB 1887159
HSL0.020.520.48
HSV69°74°
CMYK 0.000.620.69   0.26
XYZ23.781715.51365.8787
Yxy15.51360.52640.3434
Hunter Lab39.387338.848918.7219
CIE-Lab46.329846.405631.8741

#bc473b color RGB value is (188,71,59).

#bc473b hex color red value is 188, green value is 71 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc473b hue: 0.02 , saturation: 0.52 and the lightness value of bc473b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000111 00111011
Octal 274 107 73
Decimal 188 71 59
Hex BC 47 3B

RGB Percentages of Color #bc473b

%59.12
%22.33
%18.55

CMYK Percentages of Color #bc473b

%0
%62
%69
%26

Triadic Colors of #bc473b

#bc473b #3bbc47 #473bbc

Analogous Colors of #bc473b

#bc473b #bc883b #bc3b70

Monochromatic Colors of #bc473b

#bc473b

Complementary Color

#bc473b #3bb0bc

#bc473b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc473b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc473b Color CSS Codes

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

#bc473b Text Font Color

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

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


#bc473b Background Color

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

This div background color is #bc473b


#bc473b Border Color

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

This div border color is #bc473b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc473b


Comments

No comments written yet.

Please login to write comment.