#B96455

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

Shades of Sunglo #B96455

Tints of Sunglo #B96455

Color information

#B96455 (or 0xB96455) is unknown color: approx Sunglo. HEX triplet: B9, 64 and 55. RGB value is (185,100,85). Sum of RGB (Red+Green+Blue) = 185+100+85=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96455 is #469BAA. Grayscale: #7B7B7B. Windows color (decimal): -4627371 or 5596345. OLE color: 5596345.

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

Color convert

RGB18510085-
CMYK00.460.540.27
HSL41.67%52.94%-
HSV(B)54.05%72.55%-
XYZ26.220.0811.09-
YUV123.7106.16171.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=50%
G=27.03%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851008500.460.540.27941.6752.94
HexB9645502E361B92a35
Octal2711441250566633115265
Binary10111001110010010101010101110110110110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96455; }

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

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

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

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

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

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

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

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