#B7A083

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

Shades of Pale Taupe #B7A083

Tints of Pale Taupe #B7A083

Color information

#B7A083 (or 0xB7A083) is unknown color: approx Pale Taupe. HEX triplet: B7, A0 and 83. RGB value is (183,160,131). Sum of RGB (Red+Green+Blue) = 183+160+131=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A083 is #485F7C. Grayscale: #A3A3A3. Windows color (decimal): -4743037 or 8626359. OLE color: 8626359.

HSL color Cylindrical-coordinate representation of color #B7A083: hue angle of 33.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7A083 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB183160131-
CMYK00.130.280.28
HSL33.46º26.53%61.57%-
HSV(B)33.46º28.42%71.76%-
XYZ36.236.8526.68-
YUV163.57109.62141.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=38.61%
G=33.76%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316013100.130.280.2833.4626.5361.57
HexB7A0830D1C1C211b3e
Octal2672402030153434413376
Binary10110111101000001000001101101111001110010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A083; }

 p { color: rgb(183,160,131); }

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

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

 a { background-color: rgb(183,160,131); }

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

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

 span { border-color: rgb(183,160,131); }

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