#B96549

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

Shades of Flame Pea #B96549

Tints of Flame Pea #B96549

Color information

#B96549 (or 0xB96549) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 49. RGB value is (185,101,73). Sum of RGB (Red+Green+Blue) = 185+101+73=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96549 is #469AB6. Grayscale: #7B7B7B. Windows color (decimal): -4627127 or 4810169. OLE color: 4810169.

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

Color convert

RGB18510173-
CMYK00.450.610.27
HSL15º44.44%50.59%-
HSV(B)15º60.54%72.55%-
XYZ25.8620.18.82-
YUV122.9299.83172.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=51.53%
G=28.13%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851017300.450.610.271544.4450.59
HexB9654902D3D1Bf2c33
Octal2711451110557533175463
Binary10111001110010110010010101101111101110111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96549; }

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

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

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

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

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

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

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

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