#B09475

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

Shades of Sandrift #B09475

Tints of Sandrift #B09475

Color information

#B09475 (or 0xB09475) is unknown color: approx Sandrift. HEX triplet: B0, 94 and 75. RGB value is (176,148,117). Sum of RGB (Red+Green+Blue) = 176+148+117=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09475 is #4F6B8A. Grayscale: #989898. Windows color (decimal): -5204875 or 7705776. OLE color: 7705776.

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

Color convert

RGB176148117-
CMYK00.160.340.31
HSL31.53º27.19%57.45%-
HSV(B)31.53º33.52%69.02%-
XYZ31.7131.6921.28-
YUV152.84107.78144.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=39.91%
G=33.56%
B=26.53%

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
Decimal17614811700.160.340.3131.5327.1957.45
HexB09475010221F201b39
Octal2602241650204237403371
Binary101100001001010011101010100001000101111110000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09475; }

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

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

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

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

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

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

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

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