#BB6445

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

Shades of Flame Pea #BB6445

Tints of Flame Pea #BB6445

Color information

#BB6445 (or 0xBB6445) is unknown color: approx Flame Pea. HEX triplet: BB, 64 and 45. RGB value is (187,100,69). Sum of RGB (Red+Green+Blue) = 187+100+69=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6445 is #449BBA. Grayscale: #7A7A7A. Windows color (decimal): -4496315 or 4547771. OLE color: 4547771.

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

Color convert

RGB18710069-
CMYK00.470.630.27
HSL15.76º46.46%50.2%-
HSV(B)15.76º63.1%73.33%-
XYZ26.1220.118.13-
YUV122.4897.82174.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=52.53%
G=28.09%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871006900.470.630.2715.7646.4650.2
HexBB644502F3F1B102e32
Octal2731441050577733205662
Binary101110111100100100010101011111111111101110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6445; }

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

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

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

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

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

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

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

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