Html Css Color HEX #BB9880 Pale Taupe

📋 copy color: '#BB9880'

red 187 ◦ green 152 ◦ blue 128

#BB9880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Taupe #BB9880

Tints of Pale Taupe #BB9880

RGB

 RED value IS 187 (73.44% from 255) = 40.04%

 GREEN value IS 152 (59.77% from 255) = 32.55%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 40.04%
G = 32.55%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB9880 (or 0xBB9880) is known color: Pale Taupe. HEX triplet: BB, 98 and 80. RGB value is (187,152,128). Sum of RGB (Red+Green+Blue) = 187+152+128=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9880 is #44677F. Grayscale: #9F9F9F. Windows color (decimal): -4482944 or 8427707. OLE color: 8427707.

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

Color convert

RGB 187 152 128 -
CMYK 0 0.19 0.32 0.27
HSL 24.41º 0.3% 0.62% -
HSV(B) 24.41º 0.32% 0.73% -
XYZ 35.62 34.58 25.22 -
YUV 159.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 187 152 128 0 0.19 0.32 0.27 24.41 0.3 0.62
Hex BB 98 80 0 13 20 1B 18 1E 3E
Octal 273 230 200 0 23 40 33 30 36 76
Binary 10111011 10011000 10000000 0 10011 100000 11011 11000 11110 111110

Color Harmonies of #BB9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9880

Black with #BB9880

Text Example


Text Example

White with #BB9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9880; }

 p { color: rgb(187,152,128); }

 H1.HeaderClassName
 {
   color: #BB9880;
 }
 .AnyTagClassName
 {
   color: #BB9880;
 }
</style>

background-color css

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

 a { background-color: rgb(187,152,128); }

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

border-color css

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

 span { border-color: rgb(187,152,128); }

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