#BB5F50

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

Shades of Flame Pea #BB5F50

Tints of Flame Pea #BB5F50

Color information

#BB5F50 (or 0xBB5F50) is unknown color: approx Flame Pea. HEX triplet: BB, 5F and 50. RGB value is (187,95,80). Sum of RGB (Red+Green+Blue) = 187+95+80=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F50 is #44A0AF. Grayscale: #787878. Windows color (decimal): -4497584 or 5267387. OLE color: 5267387.

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

Color convert

RGB1879580-
CMYK00.490.570.27
HSL8.41º44.03%52.35%-
HSV(B)8.41º57.22%73.33%-
XYZ26.0319.339.95-
YUV120.8104.98175.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=51.66%
G=26.24%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187958000.490.570.278.4144.0352.35
HexBB5F50031391B82c34
Octal2731371200617133105464
Binary10111011101111110100000110001111001110111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F50; }

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

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

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

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

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

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

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

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