#B8997B

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

Shades of Pale Taupe #B8997B

Tints of Pale Taupe #B8997B

Color information

#B8997B (or 0xB8997B) is unknown color: approx Pale Taupe. HEX triplet: B8, 99 and 7B. RGB value is (184,153,123). Sum of RGB (Red+Green+Blue) = 184+153+123=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8997B is #476684. Grayscale: #9F9F9F. Windows color (decimal): -4679301 or 8100280. OLE color: 8100280.

HSL color Cylindrical-coordinate representation of color #B8997B: hue angle of 29.51º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8997B is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184153123-
CMYK00.170.330.28
HSL29.51º30.05%60.2%-
HSV(B)29.51º33.15%72.16%-
XYZ34.7334.423.55-
YUV158.85107.77145.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=40%
G=33.26%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415312300.170.330.2829.5130.0560.2
HexB8997B011211C1e1e3c
Octal2702311730214134363674
Binary10111000100110011111011010001100001111001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8997B; }

 p { color: rgb(184,153,123); }

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

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

 a { background-color: rgb(184,153,123); }

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

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

 span { border-color: rgb(184,153,123); }

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