#BC5A41

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

Shades of Flame Pea #BC5A41

Tints of Flame Pea #BC5A41

Color information

#BC5A41 (or 0xBC5A41) is unknown color: approx Flame Pea. HEX triplet: BC, 5A and 41. RGB value is (188,90,65). Sum of RGB (Red+Green+Blue) = 188+90+65=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5A41 is #43A5BE. Grayscale: #747474. Windows color (decimal): -4433343 or 4283068. OLE color: 4283068.

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

Color convert

RGB1889065-
CMYK00.520.650.26
HSL12.2º48.62%49.61%-
HSV(B)12.2º65.43%73.73%-
XYZ25.3518.397.21-
YUV116.4598.97179.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=54.81%
G=26.24%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188906500.520.650.2612.248.6249.61
HexBC5A41034411Ac3132
Octal27413210106410132146162
Binary101111001011010100000101101001000001110101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A41; }

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

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

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

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

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

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

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

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