#BB594E

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

Shades of Flame Pea #BB594E

Tints of Flame Pea #BB594E

Color information

#BB594E (or 0xBB594E) is unknown color: approx Flame Pea. HEX triplet: BB, 59 and 4E. RGB value is (187,89,78). Sum of RGB (Red+Green+Blue) = 187+89+78=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB594E is #44A6B1. Grayscale: #757575. Windows color (decimal): -4499122 or 5134779. OLE color: 5134779.

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

Color convert

RGB1878978-
CMYK00.520.580.27
HSL6.06º44.49%51.96%-
HSV(B)6.06º58.29%73.33%-
XYZ25.4418.269.39-
YUV117.05105.97177.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=52.82%
G=25.14%
B=22.03%

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
Decimal187897800.520.580.276.0644.4951.96
HexBB594E0343A1B62c34
Octal273131116064723365464
Binary1011101110110011001110011010011101011011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB594E; }

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

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

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

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

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

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

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

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