#BB917A

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

Shades of Pale Taupe #BB917A

Tints of Pale Taupe #BB917A

Color information

#BB917A (or 0xBB917A) is unknown color: approx Pale Taupe. HEX triplet: BB, 91 and 7A. RGB value is (187,145,122). Sum of RGB (Red+Green+Blue) = 187+145+122=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB917A is #446E85. Grayscale: #9B9B9B. Windows color (decimal): -4484742 or 8032699. OLE color: 8032699.

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

Color convert

RGB187145122-
CMYK00.220.350.27
HSL21.23º32.34%60.59%-
HSV(B)21.23º34.76%73.33%-
XYZ34.1332.2222.83-
YUV154.94109.41150.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=41.19%
G=31.94%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714512200.220.350.2721.2332.3460.59
HexBB917A016231B15203d
Octal2732211720264333254075
Binary101110111001000111110100101101000111101110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB917A; }

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

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

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

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

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

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

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

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