#B9594F

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

Shades of Flame Pea #B9594F

Tints of Flame Pea #B9594F

Color information

#B9594F (or 0xB9594F) is unknown color: approx Flame Pea. HEX triplet: B9, 59 and 4F. RGB value is (185,89,79). Sum of RGB (Red+Green+Blue) = 185+89+79=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B9594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9594F is #46A6B0. Grayscale: #747474. Windows color (decimal): -4630193 or 5200313. OLE color: 5200313.

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

Color convert

RGB1858979-
CMYK00.520.570.27
HSL5.66º43.09%51.76%-
HSV(B)5.66º57.3%72.55%-
XYZ24.9918.029.56-
YUV116.56106.8176.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=52.41%
G=25.21%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185897900.520.570.275.6643.0951.76
HexB9594F034391B62b34
Octal271131117064713365364
Binary1011100110110011001111011010011100111011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9594F; }

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

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

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

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

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

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

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

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