#BB6040

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

Shades of Flame Pea #BB6040

Tints of Flame Pea #BB6040

Color information

#BB6040 (or 0xBB6040) is unknown color: approx Flame Pea. HEX triplet: BB, 60 and 40. RGB value is (187,96,64). Sum of RGB (Red+Green+Blue) = 187+96+64=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6040 is #449FBF. Grayscale: #777777. Windows color (decimal): -4497344 or 4219067. OLE color: 4219067.

HSL color Cylindrical-coordinate representation of color #BB6040: hue angle of 15.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB6040 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1879664-
CMYK00.490.660.27
HSL15.61º49%49.22%-
HSV(B)15.61º65.78%73.33%-
XYZ25.619.37.23-
YUV119.5696.65176.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=53.89%
G=27.67%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187966400.490.660.2715.614949.22
HexBB6040031421B103131
Octal27314010006110233206161
Binary1011101111000001000000011000110000101101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6040; }

 p { color: rgb(187,96,64); }

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

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

 a { background-color: rgb(187,96,64); }

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

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

 span { border-color: rgb(187,96,64); }

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