#B69577

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

Shades of Sandrift #B69577

Tints of Sandrift #B69577

Color information

#B69577 (or 0xB69577) is unknown color: approx Sandrift. HEX triplet: B6, 95 and 77. RGB value is (182,149,119). Sum of RGB (Red+Green+Blue) = 182+149+119=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B69577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69577 is #496A88. Grayscale: #9B9B9B. Windows color (decimal): -4811401 or 7837110. OLE color: 7837110.

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

Color convert

RGB182149119-
CMYK00.180.350.29
HSL28.57º30.14%59.02%-
HSV(B)28.57º34.62%71.37%-
XYZ33.3732.7722.02-
YUV155.45107.43146.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=40.44%
G=33.11%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214911900.180.350.2928.5730.1459.02
HexB69577012231D1d1e3b
Octal2662251670224335353673
Binary10110110100101011110111010010100011111011110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69577; }

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

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

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

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

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

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

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

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