#B09473

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

Shades of Sandrift #B09473

Tints of Sandrift #B09473

Color information

#B09473 (or 0xB09473) is unknown color: approx Sandrift. HEX triplet: B0, 94 and 73. RGB value is (176,148,115). Sum of RGB (Red+Green+Blue) = 176+148+115=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09473 is #4F6B8C. Grayscale: #989898. Windows color (decimal): -5204877 or 7574704. OLE color: 7574704.

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

Color convert

RGB176148115-
CMYK00.160.350.31
HSL32.46º27.85%57.06%-
HSV(B)32.46º34.66%69.02%-
XYZ31.5931.6520.66-
YUV152.61106.78144.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=40.09%
G=33.71%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614811500.160.350.3132.4627.8557.06
HexB09473010231F201c39
Octal2602241630204337403471
Binary101100001001010011100110100001000111111110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09473; }

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

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

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

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

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

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

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

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