#B96051

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

Shades of Flame Pea #B96051

Tints of Flame Pea #B96051

Color information

#B96051 (or 0xB96051) is unknown color: approx Flame Pea. HEX triplet: B9, 60 and 51. RGB value is (185,96,81). Sum of RGB (Red+Green+Blue) = 185+96+81=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B96051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96051 is #469FAE. Grayscale: #797979. Windows color (decimal): -4628399 or 5333177. OLE color: 5333177.

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

Color convert

RGB1859681-
CMYK00.480.560.27
HSL8.65º42.62%52.16%-
HSV(B)8.65º56.22%72.55%-
XYZ25.6819.2710.15-
YUV120.9105.49173.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=51.10%
G=26.52%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185968100.480.560.278.6542.6252.16
HexB96051030381B92b34
Octal2711401210607033115364
Binary10111001110000010100010110000111000110111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96051; }

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

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

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

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

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

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

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

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