#BB5F46

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

Shades of Flame Pea #BB5F46

Tints of Flame Pea #BB5F46

Color information

#BB5F46 (or 0xBB5F46) is unknown color: approx Flame Pea. HEX triplet: BB, 5F and 46. RGB value is (187,95,70). Sum of RGB (Red+Green+Blue) = 187+95+70=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F46 is #44A0B9. Grayscale: #777777. Windows color (decimal): -4497594 or 4612027. OLE color: 4612027.

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

Color convert

RGB1879570-
CMYK00.490.630.27
HSL12.82º46.25%50.39%-
HSV(B)12.82º62.57%73.33%-
XYZ25.6919.198.14-
YUV119.6699.98176.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=53.12%
G=26.99%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187957000.490.630.2712.8246.2550.39
HexBB5F460313F1Bd2e32
Octal2731371060617733155662
Binary10111011101111110001100110001111111110111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F46; }

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

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

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

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

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

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

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

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