#B8A184

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

Shades of Pale Taupe #B8A184

Tints of Pale Taupe #B8A184

Color information

#B8A184 (or 0xB8A184) is unknown color: approx Pale Taupe. HEX triplet: B8, A1 and 84. RGB value is (184,161,132). Sum of RGB (Red+Green+Blue) = 184+161+132=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A184 is #475E7B. Grayscale: #A4A4A4. Windows color (decimal): -4677244 or 8692152. OLE color: 8692152.

HSL color Cylindrical-coordinate representation of color #B8A184: 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 #B8A184 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184161132-
CMYK00.120.280.28
HSL33.46º26.8%61.96%-
HSV(B)33.46º28.26%72.16%-
XYZ36.6837.3527.11-
YUV164.57109.62141.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=38.57%
G=33.75%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416113200.120.280.2833.4626.861.96
HexB8A1840C1C1C211b3e
Octal2702412040143434413376
Binary10111000101000011000010001100111001110010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A184; }

 p { color: rgb(184,161,132); }

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

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

 a { background-color: rgb(184,161,132); }

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

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

 span { border-color: rgb(184,161,132); }

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