Html Css Color HEX #BB9281 Pale Taupe

📋 copy color: '#BB9281'

red 187 ◦ green 146 ◦ blue 129

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

Shades of Pale Taupe #BB9281

Tints of Pale Taupe #BB9281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

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

R = 40.48%
G = 31.6%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB9281 (or 0xBB9281) is known color: Pale Taupe. HEX triplet: BB, 92 and 81. RGB value is (187,146,129). Sum of RGB (Red+Green+Blue) = 187+146+129=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9281 is #446D7E. Grayscale: #9C9C9C. Windows color (decimal): -4484479 or 8491707. OLE color: 8491707.

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

Color convert

RGB 187 146 129 -
CMYK 0 0.22 0.31 0.27
HSL 17.59º 0.3% 0.62% -
HSV(B) 17.59º 0.31% 0.73% -
XYZ 34.73 32.71 25.25 -
YUV 156.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 187 146 129 0 0.22 0.31 0.27 17.59 0.3 0.62
Hex BB 92 81 0 16 1F 1B 12 1E 3E
Octal 273 222 201 0 26 37 33 22 36 76
Binary 10111011 10010010 10000001 0 10110 11111 11011 10010 11110 111110

Color Harmonies of #BB9281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9281

Black with #BB9281

Text Example


Text Example

White with #BB9281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9281; }

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

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

background-color css

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

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

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

border-color css

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

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

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