#B96452

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

Shades of Flame Pea #B96452

Tints of Flame Pea #B96452

Color information

#B96452 (or 0xB96452) is unknown color: approx Flame Pea. HEX triplet: B9, 64 and 52. RGB value is (185,100,82). Sum of RGB (Red+Green+Blue) = 185+100+82=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96452 is #469BAD. Grayscale: #7B7B7B. Windows color (decimal): -4627374 or 5399737. OLE color: 5399737.

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

Color convert

RGB18510082-
CMYK00.460.560.27
HSL10.49º42.39%52.35%-
HSV(B)10.49º55.68%72.55%-
XYZ26.0920.0410.48-
YUV123.36104.66171.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=50.41%
G=27.25%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851008200.460.560.2710.4942.3952.35
HexB9645202E381Ba2a34
Octal2711441220567033125264
Binary10111001110010010100100101110111000110111010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96452; }

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

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

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

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

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

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

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

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