#BB5746

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

Shades of Flame Pea #BB5746

Tints of Flame Pea #BB5746

Color information

#BB5746 (or 0xBB5746) is unknown color: approx Flame Pea. HEX triplet: BB, 57 and 46. RGB value is (187,87,70). Sum of RGB (Red+Green+Blue) = 187+87+70=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5746 is #44A8B9. Grayscale: #737373. Windows color (decimal): -4499642 or 4609979. OLE color: 4609979.

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

Color convert

RGB1878770-
CMYK00.530.630.27
HSL8.72º46.25%50.39%-
HSV(B)8.72º62.57%73.33%-
XYZ25.0117.827.92-
YUV114.96102.63179.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=54.36%
G=25.29%
B=20.35%

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
Decimal187877000.530.630.278.7246.2550.39
HexBB57460353F1B92e32
Octal2731271060657733115662
Binary10111011101011110001100110101111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5746; }

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

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

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

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

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

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

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

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