#B69270

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

Shades of Sandrift #B69270

Tints of Sandrift #B69270

Color information

#B69270 (or 0xB69270) is unknown color: approx Sandrift. HEX triplet: B6, 92 and 70. RGB value is (182,146,112). Sum of RGB (Red+Green+Blue) = 182+146+112=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B69270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69270 is #496D8F. Grayscale: #999999. Windows color (decimal): -4812176 or 7377590. OLE color: 7377590.

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

Color convert

RGB182146112-
CMYK00.200.380.29
HSL29.14º32.41%57.65%-
HSV(B)29.14º38.46%71.37%-
XYZ32.4931.6719.73-
YUV152.89104.93148.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=41.36%
G=33.18%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214611200.200.380.2929.1432.4157.65
HexB69270014261D1d203a
Octal2662221600244635354072
Binary101101101001001011100000101001001101110111101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69270; }

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

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

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

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

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

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

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

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