#BBA17D

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

Shades of Pale Taupe #BBA17D

Tints of Pale Taupe #BBA17D

Color information

#BBA17D (or 0xBBA17D) is unknown color: approx Pale Taupe. HEX triplet: BB, A1 and 7D. RGB value is (187,161,125). Sum of RGB (Red+Green+Blue) = 187+161+125=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA17D is #445E82. Grayscale: #A4A4A4. Windows color (decimal): -4480643 or 8233403. OLE color: 8233403.

HSL color Cylindrical-coordinate representation of color #BBA17D: hue angle of 34.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA17D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB187161125-
CMYK00.140.330.27
HSL34.84º31.31%61.18%-
HSV(B)34.84º33.16%73.33%-
XYZ36.9437.5424.7-
YUV164.67105.61143.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=39.53%
G=34.04%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716112500.140.330.2734.8431.3161.18
HexBBA17D0E211B231f3d
Octal2732411750164133433775
Binary10111011101000011111101011101000011101110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA17D; }

 p { color: rgb(187,161,125); }

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

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

 a { background-color: rgb(187,161,125); }

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

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

 span { border-color: rgb(187,161,125); }

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