#B69476

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

Shades of Sandrift #B69476

Tints of Sandrift #B69476

Color information

#B69476 (or 0xB69476) is unknown color: approx Sandrift. HEX triplet: B6, 94 and 76. RGB value is (182,148,118). Sum of RGB (Red+Green+Blue) = 182+148+118=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B69476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69476 is #496B89. Grayscale: #9A9A9A. Windows color (decimal): -4811658 or 7771318. OLE color: 7771318.

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

Color convert

RGB182148118-
CMYK00.190.350.29
HSL28.13º30.48%58.82%-
HSV(B)28.13º35.16%71.37%-
XYZ33.1532.4321.65-
YUV154.75107.26147.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=40.62%
G=33.04%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214811800.190.350.2928.1330.4858.82
HexB69476013231D1c1e3b
Octal2662241660234335343673
Binary10110110100101001110110010011100011111011110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69476; }

 p { color: rgb(182,148,118); }

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

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

 a { background-color: rgb(182,148,118); }

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

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

 span { border-color: rgb(182,148,118); }

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