#BB967A

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

Shades of Pale Taupe #BB967A

Tints of Pale Taupe #BB967A

Color information

#BB967A (or 0xBB967A) is unknown color: approx Pale Taupe. HEX triplet: BB, 96 and 7A. RGB value is (187,150,122). Sum of RGB (Red+Green+Blue) = 187+150+122=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB967A is #446985. Grayscale: #9E9E9E. Windows color (decimal): -4483462 or 8033979. OLE color: 8033979.

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

Color convert

RGB187150122-
CMYK00.200.350.27
HSL25.85º32.34%60.59%-
HSV(B)25.85º34.76%73.33%-
XYZ34.9133.7823.09-
YUV157.87107.76148.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=40.74%
G=32.68%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715012200.200.350.2725.8532.3460.59
HexBB967A014231B1a203d
Octal2732261720244333324075
Binary101110111001011011110100101001000111101111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB967A; }

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

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

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

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

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

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

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

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