Html Css Color HEX #BB9780 Pale Taupe

📋 copy color: '#BB9780'

red 187 ◦ green 151 ◦ blue 128

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

Shades of Pale Taupe #BB9780

Tints of Pale Taupe #BB9780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.4%

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

R = 40.13%
G = 32.4%
B = 27.47%

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

#BB9780 (or 0xBB9780) is known color: Pale Taupe. HEX triplet: BB, 97 and 80. RGB value is (187,151,128). Sum of RGB (Red+Green+Blue) = 187+151+128=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9780 is #44687F. Grayscale: #9F9F9F. Windows color (decimal): -4483200 or 8427451. OLE color: 8427451.

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

Color convert

RGB 187 151 128 -
CMYK 0 0.19 0.32 0.27
HSL 23.39º 0.3% 0.62% -
HSV(B) 23.39º 0.32% 0.73% -
XYZ 35.46 34.26 25.17 -
YUV 159.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 187 151 128 0 0.19 0.32 0.27 23.39 0.3 0.62
Hex BB 97 80 0 13 20 1B 17 1E 3E
Octal 273 227 200 0 23 40 33 27 36 76
Binary 10111011 10010111 10000000 0 10011 100000 11011 10111 11110 111110

Color Harmonies of #BB9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9780

Black with #BB9780

Text Example


Text Example

White with #BB9780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9780; }

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

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

background-color css

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

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

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

border-color css

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

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

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