#B09575

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

Shades of Sandrift #B09575

Tints of Sandrift #B09575

Color information

#B09575 (or 0xB09575) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 75. RGB value is (176,149,117). Sum of RGB (Red+Green+Blue) = 176+149+117=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09575 is #4F6A8A. Grayscale: #999999. Windows color (decimal): -5204619 or 7706032. OLE color: 7706032.

HSL color Cylindrical-coordinate representation of color #B09575: hue angle of 32.54º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09575 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176149117-
CMYK00.150.340.31
HSL32.54º27.19%57.45%-
HSV(B)32.54º33.52%69.02%-
XYZ31.8632.0121.33-
YUV153.42107.45144.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=39.82%
G=33.71%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614911700.150.340.3132.5427.1957.45
HexB095750F221F211b39
Octal2602251650174237413371
Binary10110000100101011110101011111000101111110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09575; }

 p { color: rgb(176,149,117); }

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

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

 a { background-color: rgb(176,149,117); }

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

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

 span { border-color: rgb(176,149,117); }

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