#BC5A45

Color #BC5A45 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BC5A45

Tints of Flame Pea #BC5A45

Color information

#BC5A45 (or 0xBC5A45) is unknown color: approx Flame Pea. HEX triplet: BC, 5A and 45. RGB value is (188,90,69). Sum of RGB (Red+Green+Blue) = 188+90+69=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A45 is #43A5BA. Grayscale: #757575. Windows color (decimal): -4433339 or 4545212. OLE color: 4545212.

HSL color Cylindrical-coordinate representation of color #BC5A45: hue angle of 10.59º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5A45 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1889069-
CMYK00.520.630.26
HSL10.59º47.04%50.39%-
HSV(B)10.59º63.3%73.73%-
XYZ25.4718.437.85-
YUV116.91100.97178.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=54.18%
G=25.94%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188906900.520.630.2610.5947.0450.39
HexBC5A450343F1Ab2f32
Octal2741321050647732135762
Binary10111100101101010001010110100111111110101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A45; }

 p { color: rgb(188,90,69); }

 H1.HeaderClassName
 {
   color: #BC5A45;
 }
 .AnyTagClassName
 {
   color: #BC5A45;
 }
</style>
background-color css

<style>
 a { background-color: #BC5A45; }

 a { background-color: rgb(188,90,69); }

 div.DivClassName
 {
   background-color: #BC5A45;
 }
 .BgClassName
 {
   background-color: #BC5A45;
 }
</style>
border-color css

<style>
 span { border-color: #BC5A45; }

 span { border-color: rgb(188,90,69); }

 td.TdClassName
 {
   border-color: #BC5A45;
 }
 .TagClassName
 {
   border-color: #BC5A45;
 }
</style>