#B69A78

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

Shades of Pale Taupe #B69A78

Tints of Pale Taupe #B69A78

Color information

#B69A78 (or 0xB69A78) is unknown color: approx Pale Taupe. HEX triplet: B6, 9A and 78. RGB value is (182,154,120). Sum of RGB (Red+Green+Blue) = 182+154+120=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A78 is #496587. Grayscale: #9E9E9E. Windows color (decimal): -4810120 or 7903926. OLE color: 7903926.

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

Color convert

RGB182154120-
CMYK00.150.340.29
HSL32.9º29.81%59.22%-
HSV(B)32.9º34.07%71.37%-
XYZ34.2434.4122.61-
YUV158.5106.28144.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=39.91%
G=33.77%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215412000.150.340.2932.929.8159.22
HexB69A780F221D211e3b
Octal2662321700174235413673
Binary10110110100110101111000011111000101110110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A78; }

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

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

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

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

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

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

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

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