#B09373

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

Shades of Sandrift #B09373

Tints of Sandrift #B09373

Color information

#B09373 (or 0xB09373) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 73. RGB value is (176,147,115). Sum of RGB (Red+Green+Blue) = 176+147+115=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B09373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09373 is #4F6C8C. Grayscale: #989898. Windows color (decimal): -5205133 or 7574448. OLE color: 7574448.

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

Color convert

RGB176147115-
CMYK00.160.350.31
HSL31.48º27.85%57.06%-
HSV(B)31.48º34.66%69.02%-
XYZ31.4331.3420.61-
YUV152.02107.11145.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=40.18%
G=33.56%
B=26.26%

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
Decimal17614711500.160.350.3131.4827.8557.06
HexB09373010231F1f1c39
Octal2602231630204337373471
Binary10110000100100111110011010000100011111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09373; }

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

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

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

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

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

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

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

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