#B96650

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

Shades of Flame Pea #B96650

Tints of Flame Pea #B96650

Color information

#B96650 (or 0xB96650) is unknown color: approx Flame Pea. HEX triplet: B9, 66 and 50. RGB value is (185,102,80). Sum of RGB (Red+Green+Blue) = 185+102+80=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96650 is #4699AF. Grayscale: #7C7C7C. Windows color (decimal): -4626864 or 5269177. OLE color: 5269177.

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

Color convert

RGB18510280-
CMYK00.450.570.27
HSL12.57º42.86%51.96%-
HSV(B)12.57º56.76%72.55%-
XYZ26.2120.410.15-
YUV124.31103171.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=50.41%
G=27.79%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851028000.450.570.2712.5742.8651.96
HexB9665002D391Bd2b34
Octal2711461200557133155364
Binary10111001110011010100000101101111001110111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96650; }

 p { color: rgb(185,102,80); }

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

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

 a { background-color: rgb(185,102,80); }

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

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

 span { border-color: rgb(185,102,80); }

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