Html Css Color HEX #BB9481 Pale Taupe

📋 copy color: '#BB9481'

red 187 ◦ green 148 ◦ blue 129

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

Shades of Pale Taupe #BB9481

Tints of Pale Taupe #BB9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 40.3%
G = 31.9%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB9481 (or 0xBB9481) is known color: Pale Taupe. HEX triplet: BB, 94 and 81. RGB value is (187,148,129). Sum of RGB (Red+Green+Blue) = 187+148+129=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9481 is #446B7E. Grayscale: #9D9D9D. Windows color (decimal): -4483967 or 8492219. OLE color: 8492219.

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

Color convert

RGB 187 148 129 -
CMYK 0 0.21 0.31 0.27
HSL 19.66º 0.3% 0.62% -
HSV(B) 19.66º 0.31% 0.73% -
XYZ 35.05 33.33 25.36 -
YUV 157.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 187 148 129 0 0.21 0.31 0.27 19.66 0.3 0.62
Hex BB 94 81 0 15 1F 1B 14 1E 3E
Octal 273 224 201 0 25 37 33 24 36 76
Binary 10111011 10010100 10000001 0 10101 11111 11011 10100 11110 111110

Color Harmonies of #BB9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9481

Black with #BB9481

Text Example


Text Example

White with #BB9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9481; }

 p { color: rgb(187,148,129); }

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

background-color css

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

 a { background-color: rgb(187,148,129); }

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

border-color css

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

 span { border-color: rgb(187,148,129); }

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