Html Css Color HEX #BB9381 Pale Taupe

📋 copy color: '#BB9381'

red 187 ◦ green 147 ◦ blue 129

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

Shades of Pale Taupe #BB9381

Tints of Pale Taupe #BB9381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 40.39%
G = 31.75%
B = 27.86%

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

#BB9381 (or 0xBB9381) is known color: Pale Taupe. HEX triplet: BB, 93 and 81. RGB value is (187,147,129). Sum of RGB (Red+Green+Blue) = 187+147+129=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9381 is #446C7E. Grayscale: #9D9D9D. Windows color (decimal): -4484223 or 8491963. OLE color: 8491963.

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

Color convert

RGB 187 147 129 -
CMYK 0 0.21 0.31 0.27
HSL 18.62º 0.3% 0.62% -
HSV(B) 18.62º 0.31% 0.73% -
XYZ 34.89 33.02 25.3 -
YUV 156.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 187 147 129 0 0.21 0.31 0.27 18.62 0.3 0.62
Hex BB 93 81 0 15 1F 1B 13 1E 3E
Octal 273 223 201 0 25 37 33 23 36 76
Binary 10111011 10010011 10000001 0 10101 11111 11011 10011 11110 111110

Color Harmonies of #BB9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9381

Black with #BB9381

Text Example


Text Example

White with #BB9381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9381; }

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

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

background-color css

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

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

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

border-color css

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

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

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