#B68D77

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

Shades of Sandrift #B68D77

Tints of Sandrift #B68D77

Color information

#B68D77 (or 0xB68D77) is unknown color: approx Sandrift. HEX triplet: B6, 8D and 77. RGB value is (182,141,119). Sum of RGB (Red+Green+Blue) = 182+141+119=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D77 is #497288. Grayscale: #969696. Windows color (decimal): -4813449 or 7835062. OLE color: 7835062.

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

Color convert

RGB182141119-
CMYK00.230.350.29
HSL20.95º30.14%59.02%-
HSV(B)20.95º34.62%71.37%-
XYZ32.1530.3321.61-
YUV150.75110.08150.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=41.18%
G=31.90%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214111900.230.350.2920.9530.1459.02
HexB68D77017231D151e3b
Octal2662151670274335253673
Binary10110110100011011110111010111100011111011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D77; }

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

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

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

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

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

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

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

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