#BC6245

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

Shades of Flame Pea #BC6245

Tints of Flame Pea #BC6245

Color information

#BC6245 (or 0xBC6245) is unknown color: approx Flame Pea. HEX triplet: BC, 62 and 45. RGB value is (188,98,69). Sum of RGB (Red+Green+Blue) = 188+98+69=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6245 is #439DBA. Grayscale: #797979. Windows color (decimal): -4431291 or 4547260. OLE color: 4547260.

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

Color convert

RGB1889869-
CMYK00.480.630.26
HSL14.62º47.04%50.39%-
HSV(B)14.62º63.3%73.73%-
XYZ26.1819.868.08-
YUV121.698.32175.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=52.96%
G=27.61%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188986900.480.630.2614.6247.0450.39
HexBC62450303F1Af2f32
Octal2741421050607732175762
Binary10111100110001010001010110000111111110101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6245; }

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

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

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

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

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

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

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

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