#B68F77

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

Shades of Sandrift #B68F77

Tints of Sandrift #B68F77

Color information

#B68F77 (or 0xB68F77) is unknown color: approx Sandrift. HEX triplet: B6, 8F and 77. RGB value is (182,143,119). Sum of RGB (Red+Green+Blue) = 182+143+119=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F77 is #497088. Grayscale: #989898. Windows color (decimal): -4812937 or 7835574. OLE color: 7835574.

HSL color Cylindrical-coordinate representation of color #B68F77: hue angle of 22.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68F77 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182143119-
CMYK00.210.350.29
HSL22.86º30.14%59.02%-
HSV(B)22.86º34.62%71.37%-
XYZ32.4430.9221.71-
YUV151.92109.42149.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=40.99%
G=32.21%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214311900.210.350.2922.8630.1459.02
HexB68F77015231D171e3b
Octal2662171670254335273673
Binary10110110100011111110111010101100011111011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F77; }

 p { color: rgb(182,143,119); }

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

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

 a { background-color: rgb(182,143,119); }

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

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

 span { border-color: rgb(182,143,119); }

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