#B69580

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

Shades of Pale Taupe #B69580

Tints of Pale Taupe #B69580

Color information

#B69580 (or 0xB69580) is unknown color: approx Pale Taupe. HEX triplet: B6, 95 and 80. RGB value is (182,149,128). Sum of RGB (Red+Green+Blue) = 182+149+128=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B69580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69580 is #496A7F. Grayscale: #9C9C9C. Windows color (decimal): -4811392 or 8426934. OLE color: 8426934.

HSL color Cylindrical-coordinate representation of color #B69580: hue angle of 23.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69580 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182149128-
CMYK00.180.300.29
HSL23.33º27%60.78%-
HSV(B)23.33º29.67%71.37%-
XYZ33.943325-
YUV156.47111.93146.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=39.65%
G=32.46%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214912800.180.300.2923.332760.78
HexB695800121E1D171b3d
Octal2662252000223635273375
Binary10110110100101011000000001001011110111011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69580; }

 p { color: rgb(182,149,128); }

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

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

 a { background-color: rgb(182,149,128); }

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

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

 span { border-color: rgb(182,149,128); }

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