#b96253

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

Shades of Flame Pea #B96253

Tints of Flame Pea #B96253

Color information

#B96253 (or 0xB96253) is unknown color: approx Flame Pea. HEX triplet: B9, 62 and 53. RGB value is (185,98,83). Sum of RGB (Red+Green+Blue) = 185+98+83=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B96253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96253 is #469DAC. Grayscale: #7A7A7A. Windows color (decimal): -4627885 or 5464761. OLE color: 5464761.

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

Color convert

RGB1859883-
CMYK00.470.550.27
HSL8.82º42.15%52.55%-
HSV(B)8.82º55.14%72.55%-
XYZ25.9419.6710.61-
YUV122.3105.82172.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=50.55%
G=26.78%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185988300.470.550.278.8242.1552.55
HexB9625302F371B92a35
Octal2711421230576733115265
Binary10111001110001010100110101111110111110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96253; }

 p { color: rgb(185,98,83); }

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

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

 a { background-color: rgb(185,98,83); }

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

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

 span { border-color: rgb(185,98,83); }

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