#B69875

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

Shades of Sandrift #B69875

Tints of Sandrift #B69875

Color information

#B69875 (or 0xB69875) is unknown color: approx Sandrift. HEX triplet: B6, 98 and 75. RGB value is (182,152,117). Sum of RGB (Red+Green+Blue) = 182+152+117=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B69875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69875 is #49678A. Grayscale: #9D9D9D. Windows color (decimal): -4810635 or 7706806. OLE color: 7706806.

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

Color convert

RGB182152117-
CMYK00.160.360.29
HSL32.31º30.81%58.63%-
HSV(B)32.31º35.71%71.37%-
XYZ33.7333.6921.55-
YUV156.98105.44145.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=40.35%
G=33.70%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215211700.160.360.2932.3130.8158.63
HexB69875010241D201f3b
Octal2662301650204435403773
Binary101101101001100011101010100001001001110110000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69875; }

 p { color: rgb(182,152,117); }

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

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

 a { background-color: rgb(182,152,117); }

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

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

 span { border-color: rgb(182,152,117); }

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