Html Css Color HEX #BB9980 Pale Taupe

📋 copy color: '#BB9980'

red 187 ◦ green 153 ◦ blue 128

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

Shades of Pale Taupe #BB9980

Tints of Pale Taupe #BB9980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

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

R = 39.96%
G = 32.69%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB9980 (or 0xBB9980) is known color: Pale Taupe. HEX triplet: BB, 99 and 80. RGB value is (187,153,128). Sum of RGB (Red+Green+Blue) = 187+153+128=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9980 is #44667F. Grayscale: #A0A0A0. Windows color (decimal): -4482688 or 8427963. OLE color: 8427963.

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

Color convert

RGB 187 153 128 -
CMYK 0 0.18 0.32 0.27
HSL 25.42º 0.3% 0.62% -
HSV(B) 25.42º 0.32% 0.73% -
XYZ 35.78 34.91 25.27 -
YUV 160.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 187 153 128 0 0.18 0.32 0.27 25.42 0.3 0.62
Hex BB 99 80 0 12 20 1B 19 1E 3E
Octal 273 231 200 0 22 40 33 31 36 76
Binary 10111011 10011001 10000000 0 10010 100000 11011 11001 11110 111110

Color Harmonies of #BB9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9980

Black with #BB9980

Text Example


Text Example

White with #BB9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9980; }

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

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

background-color css

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

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

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

border-color css

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

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

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