#B69278

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

Shades of Sandrift #B69278

Tints of Sandrift #B69278

Color information

#B69278 (or 0xB69278) is unknown color: approx Sandrift. HEX triplet: B6, 92 and 78. RGB value is (182,146,120). Sum of RGB (Red+Green+Blue) = 182+146+120=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B69278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69278 is #496D87. Grayscale: #999999. Windows color (decimal): -4812168 or 7901878. OLE color: 7901878.

HSL color Cylindrical-coordinate representation of color #B69278: hue angle of 25.16º degrees, saturation: 0.3, 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 #B69278 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182146120-
CMYK00.200.340.29
HSL25.16º29.81%59.22%-
HSV(B)25.16º34.07%71.37%-
XYZ32.9631.8622.18-
YUV153.8108.93148.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=40.62%
G=32.59%
B=26.79%

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
Decimal18214612000.200.340.2925.1629.8159.22
HexB69278014221D191e3b
Octal2662221700244235313673
Binary10110110100100101111000010100100010111011100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69278; }

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

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

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

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

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

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

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

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