#BB907A

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

Shades of Pale Taupe #BB907A

Tints of Pale Taupe #BB907A

Color information

#BB907A (or 0xBB907A) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 7A. RGB value is (187,144,122). Sum of RGB (Red+Green+Blue) = 187+144+122=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB907A is #446F85. Grayscale: #9A9A9A. Windows color (decimal): -4484998 or 8032443. OLE color: 8032443.

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

Color convert

RGB187144122-
CMYK00.230.350.27
HSL20.31º32.34%60.59%-
HSV(B)20.31º34.76%73.33%-
XYZ33.9831.9222.78-
YUV154.35109.75151.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=41.28%
G=31.79%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714412200.230.350.2720.3132.3460.59
HexBB907A017231B14203d
Octal2732201720274333244075
Binary101110111001000011110100101111000111101110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB907A; }

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

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

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

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

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

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

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

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