#B96255

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

Shades of Sunglo #B96255

Tints of Sunglo #B96255

Color information

#B96255 (or 0xB96255) is unknown color: approx Sunglo. HEX triplet: B9, 62 and 55. RGB value is (185,98,85). Sum of RGB (Red+Green+Blue) = 185+98+85=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96255 is #469DAA. Grayscale: #7A7A7A. Windows color (decimal): -4627883 or 5595833. OLE color: 5595833.

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

Color convert

RGB1859885-
CMYK00.470.540.27
HSL7.8º41.67%52.94%-
HSV(B)7.8º54.05%72.55%-
XYZ26.0119.7111.03-
YUV122.53106.82172.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=50.27%
G=26.63%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185988500.470.540.277.841.6752.94
HexB9625502F361B82a35
Octal2711421250576633105265
Binary10111001110001010101010101111110110110111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96255; }

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

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

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

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

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

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

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

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