#BB5645

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

Shades of Flame Pea #BB5645

Tints of Flame Pea #BB5645

Color information

#BB5645 (or 0xBB5645) is unknown color: approx Flame Pea. HEX triplet: BB, 56 and 45. RGB value is (187,86,69). Sum of RGB (Red+Green+Blue) = 187+86+69=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5645 is #44A9BA. Grayscale: #727272. Windows color (decimal): -4499899 or 4544187. OLE color: 4544187.

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

Color convert

RGB1878669-
CMYK00.540.630.27
HSL8.64º46.46%50.2%-
HSV(B)8.64º63.1%73.33%-
XYZ24.917.657.72-
YUV114.26102.46179.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=54.68%
G=25.15%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187866900.540.630.278.6446.4650.2
HexBB56450363F1B92e32
Octal2731261050667733115662
Binary10111011101011010001010110110111111110111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5645; }

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

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

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

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

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

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

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

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