#B09573

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

Shades of Sandrift #B09573

Tints of Sandrift #B09573

Color information

#B09573 (or 0xB09573) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 73. RGB value is (176,149,115). Sum of RGB (Red+Green+Blue) = 176+149+115=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09573 is #4F6A8C. Grayscale: #999999. Windows color (decimal): -5204621 or 7574960. OLE color: 7574960.

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

Color convert

RGB176149115-
CMYK00.150.350.31
HSL33.44º27.85%57.06%-
HSV(B)33.44º34.66%69.02%-
XYZ31.7531.9620.72-
YUV153.2106.45144.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=40%
G=33.86%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614911500.150.350.3133.4427.8557.06
HexB095730F231F211c39
Octal2602251630174337413471
Binary10110000100101011110011011111000111111110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09573; }

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

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

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

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

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

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

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

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