#BB967B

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

Shades of Pale Taupe #BB967B

Tints of Pale Taupe #BB967B

Color information

#BB967B (or 0xBB967B) is unknown color: approx Pale Taupe. HEX triplet: BB, 96 and 7B. RGB value is (187,150,123). Sum of RGB (Red+Green+Blue) = 187+150+123=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB967B is #446984. Grayscale: #9E9E9E. Windows color (decimal): -4483461 or 8099515. OLE color: 8099515.

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

Color convert

RGB187150123-
CMYK00.200.340.27
HSL25.31º32%60.78%-
HSV(B)25.31º34.22%73.33%-
XYZ34.9833.8123.42-
YUV157.98108.26148.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=40.65%
G=32.61%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715012300.200.340.2725.313260.78
HexBB967B014221B19203d
Octal2732261730244233314075
Binary101110111001011011110110101001000101101111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB967B; }

 p { color: rgb(187,150,123); }

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

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

 a { background-color: rgb(187,150,123); }

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

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

 span { border-color: rgb(187,150,123); }

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