#B96359

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

Shades of Sunglo #B96359

Tints of Sunglo #B96359

Color information

#B96359 (or 0xB96359) is unknown color: approx Sunglo. HEX triplet: B9, 63 and 59. RGB value is (185,99,89). Sum of RGB (Red+Green+Blue) = 185+99+89=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B96359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96359 is #469CA6. Grayscale: #7B7B7B. Windows color (decimal): -4627623 or 5858233. OLE color: 5858233.

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

Color convert

RGB1859989-
CMYK00.460.520.27
HSL6.25º40.68%53.73%-
HSV(B)6.25º51.89%72.55%-
XYZ26.2719.9611.92-
YUV123.57108.49171.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=49.60%
G=26.54%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185998900.460.520.276.2540.6853.73
HexB9635902E341B62936
Octal271143131056643365166
Binary1011100111000111011001010111011010011011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96359; }

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

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

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

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

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

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

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

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