#B96552

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

Shades of Flame Pea #B96552

Tints of Flame Pea #B96552

Color information

#B96552 (or 0xB96552) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 52. RGB value is (185,101,82). Sum of RGB (Red+Green+Blue) = 185+101+82=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96552 is #469AAD. Grayscale: #7C7C7C. Windows color (decimal): -4627118 or 5399993. OLE color: 5399993.

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

Color convert

RGB18510182-
CMYK00.450.560.27
HSL11.07º42.39%52.35%-
HSV(B)11.07º55.68%72.55%-
XYZ26.1820.2310.51-
YUV123.95104.33171.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=50.27%
G=27.45%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851018200.450.560.2711.0742.3952.35
HexB9655202D381Bb2a34
Octal2711451220557033135264
Binary10111001110010110100100101101111000110111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96552; }

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

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

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

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

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

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

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

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