#B96149

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

Shades of Flame Pea #B96149

Tints of Flame Pea #B96149

Color information

#B96149 (or 0xB96149) is unknown color: approx Flame Pea. HEX triplet: B9, 61 and 49. RGB value is (185,97,73). Sum of RGB (Red+Green+Blue) = 185+97+73=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96149 is #469EB6. Grayscale: #787878. Windows color (decimal): -4628151 or 4809145. OLE color: 4809145.

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

Color convert

RGB1859773-
CMYK00.480.610.27
HSL12.86º44.44%50.59%-
HSV(B)12.86º60.54%72.55%-
XYZ25.4819.348.69-
YUV120.58101.15173.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=52.11%
G=27.32%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185977300.480.610.2712.8644.4450.59
HexB961490303D1Bd2c33
Octal2711411110607533155463
Binary10111001110000110010010110000111101110111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96149; }

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

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

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

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

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

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

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

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