#B96046

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

Shades of Flame Pea #B96046

Tints of Flame Pea #B96046

Color information

#B96046 (or 0xB96046) is unknown color: approx Flame Pea. HEX triplet: B9, 60 and 46. RGB value is (185,96,70). Sum of RGB (Red+Green+Blue) = 185+96+70=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96046 is #469FB9. Grayscale: #777777. Windows color (decimal): -4628410 or 4612281. OLE color: 4612281.

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

Color convert

RGB1859670-
CMYK00.480.620.27
HSL13.57º45.1%50%-
HSV(B)13.57º62.16%72.55%-
XYZ25.319.128.15-
YUV119.6599.99174.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=52.71%
G=27.35%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185967000.480.620.2713.5745.150
HexB960460303E1Be2d32
Octal2711401060607633165562
Binary10111001110000010001100110000111110110111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96046; }

 p { color: rgb(185,96,70); }

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

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

 a { background-color: rgb(185,96,70); }

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

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

 span { border-color: rgb(185,96,70); }

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