#BB5846

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

Shades of Flame Pea #BB5846

Tints of Flame Pea #BB5846

Color information

#BB5846 (or 0xBB5846) is unknown color: approx Flame Pea. HEX triplet: BB, 58 and 46. RGB value is (187,88,70). Sum of RGB (Red+Green+Blue) = 187+88+70=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5846 is #44A7B9. Grayscale: #737373. Windows color (decimal): -4499386 or 4610235. OLE color: 4610235.

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

Color convert

RGB1878870-
CMYK00.530.630.27
HSL9.23º46.25%50.39%-
HSV(B)9.23º62.57%73.33%-
XYZ25.0917.997.94-
YUV115.55102.3178.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=54.20%
G=25.51%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187887000.530.630.279.2346.2550.39
HexBB58460353F1B92e32
Octal2731301060657733115662
Binary10111011101100010001100110101111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5846; }

 p { color: rgb(187,88,70); }

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

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

 a { background-color: rgb(187,88,70); }

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

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

 span { border-color: rgb(187,88,70); }

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