Color Hex Logo

#bc452f Color Hex

#BC452F
(188,69,47)
0 Favorites   0 Comments

Color spaces of #bc452f

RGB 1886947
HSL0.030.600.46
HSV75°74°
CMYK 0.000.630.75   0.26
XYZ23.380215.15284.3818
Yxy15.15280.54480.3531
Hunter Lab38.926639.089620.5746
CIE-Lab45.842846.721638.0881

#bc452f color RGB value is (188,69,47).

#bc452f hex color red value is 188, green value is 69 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc452f hue: 0.03 , saturation: 0.60 and the lightness value of bc452f is 0.46.

The process color (four color CMYK) of #bc452f color hex is 0.00, 0.63, 0.75, 0.26. Web safe color of #bc452f is #cc3333. Color #bc452f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 00101111
Octal 274 105 57
Decimal 188 69 47
Hex BC 45 2F

RGB Percentages of Color #bc452f

%61.84
%22.70
%15.46

CMYK Percentages of Color #bc452f

%0
%63
%75
%26

Triadic Colors of #bc452f

#bc452f #2fbc45 #452fbc

Analogous Colors of #bc452f

#bc452f #bc8c2f #bc2f5f

Monochromatic Colors of #bc452f

#bc452f

Complementary Color

#bc452f #2fa6bc

#bc452f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc452f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc452f Color CSS Codes

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

#bc452f Text Font Color

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

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


#bc452f Background Color

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

This div background color is #bc452f


#bc452f Border Color

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

This div border color is #bc452f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc452f


Comments

No comments written yet.

Please login to write comment.