#B08D73

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

Shades of Sandrift #B08D73

Tints of Sandrift #B08D73

Color information

#B08D73 (or 0xB08D73) is unknown color: approx Sandrift. HEX triplet: B0, 8D and 73. RGB value is (176,141,115). Sum of RGB (Red+Green+Blue) = 176+141+115=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D73 is #4F728C. Grayscale: #949494. Windows color (decimal): -5206669 or 7572912. OLE color: 7572912.

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

Color convert

RGB176141115-
CMYK00.200.350.31
HSL25.57º27.85%57.06%-
HSV(B)25.57º34.66%69.02%-
XYZ30.5229.5220.31-
YUV148.5109.1147.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=40.74%
G=32.64%
B=26.62%

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
Decimal17614111500.200.350.3125.5727.8557.06
HexB08D73014231F1a1c39
Octal2602151630244337323471
Binary10110000100011011110011010100100011111111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D73; }

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

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

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

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

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

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

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

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