#B08D75

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

Shades of Sandrift #B08D75

Tints of Sandrift #B08D75

Color information

#B08D75 (or 0xB08D75) is unknown color: approx Sandrift. HEX triplet: B0, 8D and 75. RGB value is (176,141,117). Sum of RGB (Red+Green+Blue) = 176+141+117=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D75 is #4F728A. Grayscale: #949494. Windows color (decimal): -5206667 or 7703984. OLE color: 7703984.

HSL color Cylindrical-coordinate representation of color #B08D75: hue angle of 24.41º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08D75 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176141117-
CMYK00.200.340.31
HSL24.41º27.19%57.45%-
HSV(B)24.41º33.52%69.02%-
XYZ30.6429.5620.92-
YUV148.73110.1147.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=40.55%
G=32.49%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614111700.200.340.3124.4127.1957.45
HexB08D75014221F181b39
Octal2602151650244237303371
Binary10110000100011011110101010100100010111111100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D75; }

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

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

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

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

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

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

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

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