#B69583

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

Shades of Pale Taupe #B69583

Tints of Pale Taupe #B69583

Color information

#B69583 (or 0xB69583) is unknown color: approx Pale Taupe. HEX triplet: B6, 95 and 83. RGB value is (182,149,131). Sum of RGB (Red+Green+Blue) = 182+149+131=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69583 is #496A7C. Grayscale: #9C9C9C. Windows color (decimal): -4811389 or 8623542. OLE color: 8623542.

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

Color convert

RGB182149131-
CMYK00.180.280.29
HSL21.18º25.89%61.37%-
HSV(B)21.18º28.02%71.37%-
XYZ34.1433.0826.06-
YUV156.82113.43145.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=39.39%
G=32.25%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214913100.180.280.2921.1825.8961.37
HexB695830121C1D151a3d
Octal2662252030223435253275
Binary10110110100101011000001101001011100111011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69583; }

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

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

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

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

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

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

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

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