Html Css Color HEX #BB9080 Pale Taupe

📋 copy color: '#BB9080'

red 187 ◦ green 144 ◦ blue 128

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

Shades of Pale Taupe #BB9080

Tints of Pale Taupe #BB9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

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

R = 40.74%
G = 31.37%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB9080 (or 0xBB9080) is known color: Pale Taupe. HEX triplet: BB, 90 and 80. RGB value is (187,144,128). Sum of RGB (Red+Green+Blue) = 187+144+128=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9080 is #446F7F. Grayscale: #9B9B9B. Windows color (decimal): -4484992 or 8425659. OLE color: 8425659.

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

Color convert

RGB 187 144 128 -
CMYK 0 0.23 0.32 0.27
HSL 16.27º 0.3% 0.62% -
HSV(B) 16.27º 0.32% 0.73% -
XYZ 34.36 32.07 24.8 -
YUV 155.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 187 144 128 0 0.23 0.32 0.27 16.27 0.3 0.62
Hex BB 90 80 0 17 20 1B 10 1E 3E
Octal 273 220 200 0 27 40 33 20 36 76
Binary 10111011 10010000 10000000 0 10111 100000 11011 10000 11110 111110

Color Harmonies of #BB9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9080

Black with #BB9080

Text Example


Text Example

White with #BB9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9080; }

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

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

background-color css

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

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

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

border-color css

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

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

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