#B96259

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

Shades of Sunglo #B96259

Tints of Sunglo #B96259

Color information

#B96259 (or 0xB96259) is unknown color: approx Sunglo. HEX triplet: B9, 62 and 59. RGB value is (185,98,89). Sum of RGB (Red+Green+Blue) = 185+98+89=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96259 is #469DA6. Grayscale: #7B7B7B. Windows color (decimal): -4627879 or 5857977. OLE color: 5857977.

HSL color Cylindrical-coordinate representation of color #B96259: hue angle of 5.63º 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 #B96259 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1859889-
CMYK00.470.520.27
HSL5.63º40.68%53.73%-
HSV(B)5.63º51.89%72.55%-
XYZ26.1819.7711.89-
YUV122.99108.82172.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=49.73%
G=26.34%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185988900.470.520.275.6340.6853.73
HexB9625902F341B62936
Octal271142131057643365166
Binary1011100111000101011001010111111010011011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96259; }

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

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

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

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

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

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

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

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