#B9594B

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

Shades of Flame Pea #B9594B

Tints of Flame Pea #B9594B

Color information

#B9594B (or 0xB9594B) is unknown color: approx Flame Pea. HEX triplet: B9, 59 and 4B. RGB value is (185,89,75). Sum of RGB (Red+Green+Blue) = 185+89+75=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9594B is #46A6B4. Grayscale: #747474. Windows color (decimal): -4630197 or 4938169. OLE color: 4938169.

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

Color convert

RGB1858975-
CMYK00.520.590.27
HSL7.64º44%50.98%-
HSV(B)7.64º59.46%72.55%-
XYZ24.8517.978.81-
YUV116.11104.8177.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=53.01%
G=25.50%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185897500.520.590.277.644450.98
HexB9594B0343B1B82c33
Octal2711311130647333105463
Binary10111001101100110010110110100111011110111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9594B; }

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

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

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

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

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

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

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

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