#B9907C

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

Shades of Pale Taupe #B9907C

Tints of Pale Taupe #B9907C

Color information

#B9907C (or 0xB9907C) is unknown color: approx Pale Taupe. HEX triplet: B9, 90 and 7C. RGB value is (185,144,124). Sum of RGB (Red+Green+Blue) = 185+144+124=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9907C is #466F83. Grayscale: #9A9A9A. Windows color (decimal): -4616068 or 8163513. OLE color: 8163513.

HSL color Cylindrical-coordinate representation of color #B9907C: hue angle of 19.67º degrees, saturation: 0.3, 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 #B9907C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB185144124-
CMYK00.220.330.27
HSL19.67º30.35%60.59%-
HSV(B)19.67º32.97%72.55%-
XYZ33.6231.7223.42-
YUV153.98111.08150.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=40.84%
G=31.79%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514412400.220.330.2719.6730.3560.59
HexB9907C016211B141e3d
Octal2712201740264133243675
Binary10111001100100001111100010110100001110111010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9907C; }

 p { color: rgb(185,144,124); }

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

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

 a { background-color: rgb(185,144,124); }

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

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

 span { border-color: rgb(185,144,124); }

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