#B08C73

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

Shades of Sandrift #B08C73

Tints of Sandrift #B08C73

Color information

#B08C73 (or 0xB08C73) is unknown color: approx Sandrift. HEX triplet: B0, 8C and 73. RGB value is (176,140,115). Sum of RGB (Red+Green+Blue) = 176+140+115=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C73 is #4F738C. Grayscale: #949494. Windows color (decimal): -5206925 or 7572656. OLE color: 7572656.

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

Color convert

RGB176140115-
CMYK00.200.350.31
HSL24.59º27.85%57.06%-
HSV(B)24.59º34.66%69.02%-
XYZ30.3829.2220.26-
YUV147.91109.43148.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=40.84%
G=32.48%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614011500.200.350.3124.5927.8557.06
HexB08C73014231F191c39
Octal2602141630244337313471
Binary10110000100011001110011010100100011111111100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C73; }

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

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

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

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

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

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

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

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