#B96449

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

Shades of Flame Pea #B96449

Tints of Flame Pea #B96449

Color information

#B96449 (or 0xB96449) is unknown color: approx Flame Pea. HEX triplet: B9, 64 and 49. RGB value is (185,100,73). Sum of RGB (Red+Green+Blue) = 185+100+73=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B96449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96449 is #469BB6. Grayscale: #7A7A7A. Windows color (decimal): -4627383 or 4809913. OLE color: 4809913.

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

Color convert

RGB18510073-
CMYK00.460.610.27
HSL14.46º44.44%50.59%-
HSV(B)14.46º60.54%72.55%-
XYZ25.7719.918.79-
YUV122.34100.16172.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=51.68%
G=27.93%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851007300.460.610.2714.4644.4450.59
HexB9644902E3D1Be2c33
Octal2711441110567533165463
Binary10111001110010010010010101110111101110111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96449; }

 p { color: rgb(185,100,73); }

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

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

 a { background-color: rgb(185,100,73); }

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

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

 span { border-color: rgb(185,100,73); }

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