#B96145

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

Shades of Flame Pea #B96145

Tints of Flame Pea #B96145

Color information

#B96145 (or 0xB96145) is unknown color: approx Flame Pea. HEX triplet: B9, 61 and 45. RGB value is (185,97,69). Sum of RGB (Red+Green+Blue) = 185+97+69=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96145 is #469EBA. Grayscale: #787878. Windows color (decimal): -4628155 or 4547001. OLE color: 4547001.

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

Color convert

RGB1859769-
CMYK00.480.630.27
HSL14.48º45.67%49.8%-
HSV(B)14.48º62.7%72.55%-
XYZ25.3619.298.02-
YUV120.1299.15174.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=52.71%
G=27.64%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185976900.480.630.2714.4845.6749.8
HexB961450303F1Be2e32
Octal2711411050607733165662
Binary10111001110000110001010110000111111110111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96145; }

 p { color: rgb(185,97,69); }

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

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

 a { background-color: rgb(185,97,69); }

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

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

 span { border-color: rgb(185,97,69); }

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