#B69279

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

Shades of Sandrift #B69279

Tints of Sandrift #B69279

Color information

#B69279 (or 0xB69279) is unknown color: approx Sandrift. HEX triplet: B6, 92 and 79. RGB value is (182,146,121). Sum of RGB (Red+Green+Blue) = 182+146+121=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B69279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69279 is #496D86. Grayscale: #9A9A9A. Windows color (decimal): -4812167 or 7967414. OLE color: 7967414.

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

Color convert

RGB182146121-
CMYK00.200.340.29
HSL24.59º29.47%59.41%-
HSV(B)24.59º33.52%71.37%-
XYZ33.0231.8822.5-
YUV153.91109.43148.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=40.53%
G=32.52%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214612100.200.340.2924.5929.4759.41
HexB69279014221D191d3b
Octal2662221710244235313573
Binary10110110100100101111001010100100010111011100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69279; }

 p { color: rgb(182,146,121); }

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

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

 a { background-color: rgb(182,146,121); }

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

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

 span { border-color: rgb(182,146,121); }

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