#B08F73

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

Shades of Sandrift #B08F73

Tints of Sandrift #B08F73

Color information

#B08F73 (or 0xB08F73) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 73. RGB value is (176,143,115). Sum of RGB (Red+Green+Blue) = 176+143+115=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F73 is #4F708C. Grayscale: #959595. Windows color (decimal): -5206157 or 7573424. OLE color: 7573424.

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

Color convert

RGB176143115-
CMYK00.190.350.31
HSL27.54º27.85%57.06%-
HSV(B)27.54º34.66%69.02%-
XYZ30.8230.1120.41-
YUV149.68108.43146.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=40.55%
G=32.95%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614311500.190.350.3127.5427.8557.06
HexB08F73013231F1c1c39
Octal2602171630234337343471
Binary10110000100011111110011010011100011111111110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F73; }

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

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

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

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

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

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

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

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