#B99F7B

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

Shades of Pale Taupe #B99F7B

Tints of Pale Taupe #B99F7B

Color information

#B99F7B (or 0xB99F7B) is unknown color: approx Pale Taupe. HEX triplet: B9, 9F and 7B. RGB value is (185,159,123). Sum of RGB (Red+Green+Blue) = 185+159+123=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F7B is #466084. Grayscale: #A2A2A2. Windows color (decimal): -4612229 or 8101817. OLE color: 8101817.

HSL color Cylindrical-coordinate representation of color #B99F7B: hue angle of 34.84º 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 #B99F7B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185159123-
CMYK00.140.340.27
HSL34.84º30.69%60.39%-
HSV(B)34.84º33.51%72.55%-
XYZ35.9836.5423.9-
YUV162.67105.61143.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=39.61%
G=34.05%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515912300.140.340.2734.8430.6960.39
HexB99F7B0E221B231f3c
Octal2712371730164233433774
Binary10111001100111111111011011101000101101110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F7B; }

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

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

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

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

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

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

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

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