#B08F7C

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

Shades of Sandrift #B08F7C

Tints of Sandrift #B08F7C

Color information

#B08F7C (or 0xB08F7C) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 7C. RGB value is (176,143,124). Sum of RGB (Red+Green+Blue) = 176+143+124=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F7C is #4F7083. Grayscale: #969696. Windows color (decimal): -5206148 or 8163248. OLE color: 8163248.

HSL color Cylindrical-coordinate representation of color #B08F7C: hue angle of 21.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08F7C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176143124-
CMYK00.190.300.31
HSL21.92º24.76%58.82%-
HSV(B)21.92º29.55%69.02%-
XYZ31.3730.3323.27-
YUV150.7112.93146.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=39.73%
G=32.28%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614312400.190.300.3121.9224.7658.82
HexB08F7C0131E1F16193b
Octal2602171740233637263173
Binary1011000010001111111110001001111110111111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F7C; }

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

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

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

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

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

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

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

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