#B99B7B

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

Shades of Pale Taupe #B99B7B

Tints of Pale Taupe #B99B7B

Color information

#B99B7B (or 0xB99B7B) is unknown color: approx Pale Taupe. HEX triplet: B9, 9B and 7B. RGB value is (185,155,123). Sum of RGB (Red+Green+Blue) = 185+155+123=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B7B is #466484. Grayscale: #A0A0A0. Windows color (decimal): -4613253 or 8100793. OLE color: 8100793.

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

Color convert

RGB185155123-
CMYK00.160.340.27
HSL30.97º30.69%60.39%-
HSV(B)30.97º33.51%72.55%-
XYZ35.335.1923.67-
YUV160.32106.94145.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=39.96%
G=33.48%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515512300.160.340.2730.9730.6960.39
HexB99B7B010221B1f1f3c
Octal2712331730204233373774
Binary10111001100110111111011010000100010110111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B7B; }

 p { color: rgb(185,155,123); }

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

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

 a { background-color: rgb(185,155,123); }

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

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

 span { border-color: rgb(185,155,123); }

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