#BC6445

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

Shades of Flame Pea #BC6445

Tints of Flame Pea #BC6445

Color information

#BC6445 (or 0xBC6445) is unknown color: approx Flame Pea. HEX triplet: BC, 64 and 45. RGB value is (188,100,69). Sum of RGB (Red+Green+Blue) = 188+100+69=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6445 is #439BBA. Grayscale: #7A7A7A. Windows color (decimal): -4430779 or 4547772. OLE color: 4547772.

HSL color Cylindrical-coordinate representation of color #BC6445: hue angle of 15.63º 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 #BC6445 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18810069-
CMYK00.470.630.26
HSL15.63º47.04%50.39%-
HSV(B)15.63º63.3%73.73%-
XYZ26.3720.248.15-
YUV122.7897.65174.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=52.66%
G=28.01%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881006900.470.630.2615.6347.0450.39
HexBC644502F3F1A102f32
Octal2741441050577732205762
Binary101111001100100100010101011111111111101010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6445; }

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

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

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

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

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

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

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

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