#BB6051

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

Shades of Flame Pea #BB6051

Tints of Flame Pea #BB6051

Color information

#BB6051 (or 0xBB6051) is unknown color: approx Flame Pea. HEX triplet: BB, 60 and 51. RGB value is (187,96,81). Sum of RGB (Red+Green+Blue) = 187+96+81=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6051 is #449FAE. Grayscale: #797979. Windows color (decimal): -4497327 or 5333179. OLE color: 5333179.

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

Color convert

RGB1879681-
CMYK00.490.570.27
HSL8.49º43.8%52.55%-
HSV(B)8.49º56.68%73.33%-
XYZ26.1619.5210.17-
YUV121.5105.15174.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=51.37%
G=26.37%
B=22.25%

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
Decimal187968100.490.570.278.4943.852.55
HexBB6051031391B82c35
Octal2731401210617133105465
Binary10111011110000010100010110001111001110111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6051; }

 p { color: rgb(187,96,81); }

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

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

 a { background-color: rgb(187,96,81); }

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

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

 span { border-color: rgb(187,96,81); }

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