#bb5f48

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

Shades of Flame Pea #BB5F48

Tints of Flame Pea #BB5F48

Color information

#BB5F48 (or 0xBB5F48) is unknown color: approx Flame Pea. HEX triplet: BB, 5F and 48. RGB value is (187,95,72). Sum of RGB (Red+Green+Blue) = 187+95+72=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F48 is #44A0B7. Grayscale: #787878. Windows color (decimal): -4497592 or 4743099. OLE color: 4743099.

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

Color convert

RGB1879572-
CMYK00.490.610.27
HSL12º45.82%50.78%-
HSV(B)12º61.5%73.33%-
XYZ25.7619.228.48-
YUV119.89100.98175.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 72 (28.52% from 255) = 20.34%
R=52.82%
G=26.84%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187957200.490.610.271245.8250.78
HexBB5F480313D1Bc2e33
Octal2731371100617533145663
Binary10111011101111110010000110001111101110111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5f48; }

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

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

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

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

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

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

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

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