#B09375

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

Shades of Sandrift #B09375

Tints of Sandrift #B09375

Color information

#B09375 (or 0xB09375) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 75. RGB value is (176,147,117). Sum of RGB (Red+Green+Blue) = 176+147+117=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09375 is #4F6C8A. Grayscale: #989898. Windows color (decimal): -5205131 or 7705520. OLE color: 7705520.

HSL color Cylindrical-coordinate representation of color #B09375: hue angle of 30.51º 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 #B09375 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176147117-
CMYK00.160.340.31
HSL30.51º27.19%57.45%-
HSV(B)30.51º33.52%69.02%-
XYZ31.5531.3821.22-
YUV152.25108.11144.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=40%
G=33.41%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614711700.160.340.3130.5127.1957.45
HexB09375010221F1f1b39
Octal2602231650204237373371
Binary10110000100100111110101010000100010111111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09375; }

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

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

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

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

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

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

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

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