#BB594F

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

Shades of Flame Pea #BB594F

Tints of Flame Pea #BB594F

Color information

#BB594F (or 0xBB594F) is unknown color: approx Flame Pea. HEX triplet: BB, 59 and 4F. RGB value is (187,89,79). Sum of RGB (Red+Green+Blue) = 187+89+79=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB594F is #44A6B0. Grayscale: #757575. Windows color (decimal): -4499121 or 5200315. OLE color: 5200315.

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

Color convert

RGB1878979-
CMYK00.520.580.27
HSL5.56º44.26%52.16%-
HSV(B)5.56º57.75%73.33%-
XYZ25.4818.279.58-
YUV117.16106.47177.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=52.68%
G=25.07%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187897900.520.580.275.5644.2652.16
HexBB594F0343A1B62c34
Octal273131117064723365464
Binary1011101110110011001111011010011101011011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB594F; }

 p { color: rgb(187,89,79); }

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

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

 a { background-color: rgb(187,89,79); }

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

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

 span { border-color: rgb(187,89,79); }

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