#B08C76

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

Shades of Sandrift #B08C76

Tints of Sandrift #B08C76

Color information

#B08C76 (or 0xB08C76) is unknown color: approx Sandrift. HEX triplet: B0, 8C and 76. RGB value is (176,140,118). Sum of RGB (Red+Green+Blue) = 176+140+118=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C76 is #4F7389. Grayscale: #949494. Windows color (decimal): -5206922 or 7769264. OLE color: 7769264.

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

Color convert

RGB176140118-
CMYK00.200.330.31
HSL22.76º26.85%57.65%-
HSV(B)22.76º32.95%69.02%-
XYZ30.5529.2921.18-
YUV148.26110.93147.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=40.55%
G=32.26%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614011800.200.330.3122.7626.8557.65
HexB08C76014211F171b3a
Octal2602141660244137273372
Binary10110000100011001110110010100100001111111011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C76; }

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

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

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

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

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

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

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

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