#B09673

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

Shades of Sandrift #B09673

Tints of Sandrift #B09673

Color information

#B09673 (or 0xB09673) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 73. RGB value is (176,150,115). Sum of RGB (Red+Green+Blue) = 176+150+115=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09673 is #4F698C. Grayscale: #999999. Windows color (decimal): -5204365 or 7575216. OLE color: 7575216.

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

Color convert

RGB176150115-
CMYK00.150.350.31
HSL34.43º27.85%57.06%-
HSV(B)34.43º34.66%69.02%-
XYZ31.9132.2820.77-
YUV153.78106.11143.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=39.91%
G=34.01%
B=26.08%

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
Decimal17615011500.150.350.3134.4327.8557.06
HexB096730F231F221c39
Octal2602261630174337423471
Binary10110000100101101110011011111000111111110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09673; }

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

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

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

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

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

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

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

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