#B96559

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

Shades of Sunglo #B96559

Tints of Sunglo #B96559

Color information

#B96559 (or 0xB96559) is unknown color: approx Sunglo. HEX triplet: B9, 65 and 59. RGB value is (185,101,89). Sum of RGB (Red+Green+Blue) = 185+101+89=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B96559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96559 is #469AA6. Grayscale: #7C7C7C. Windows color (decimal): -4627111 or 5858745. OLE color: 5858745.

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

Color convert

RGB18510189-
CMYK00.450.520.27
HSL7.5º40.68%53.73%-
HSV(B)7.5º51.89%72.55%-
XYZ26.4620.3411.98-
YUV124.75107.83170.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=49.33%
G=26.93%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851018900.450.520.277.540.6853.73
HexB9655902D341B82936
Octal2711451310556433105166
Binary10111001110010110110010101101110100110111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96559; }

 p { color: rgb(185,101,89); }

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

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

 a { background-color: rgb(185,101,89); }

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

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

 span { border-color: rgb(185,101,89); }

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