Html Css Color HEX #BB997B Pale Taupe

📋 copy color: '#BB997B'

red 187 ◦ green 153 ◦ blue 123

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

Shades of Pale Taupe #BB997B

Tints of Pale Taupe #BB997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 40.39%
G = 33.05%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB997B (or 0xBB997B) is known color: Pale Taupe. HEX triplet: BB, 99 and 7B. RGB value is (187,153,123). Sum of RGB (Red+Green+Blue) = 187+153+123=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB997B is #446684. Grayscale: #9F9F9F. Windows color (decimal): -4482693 or 8100283. OLE color: 8100283.

HSL color Cylindrical-coordinate representation of color #BB997B: hue angle of 28.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB997B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 123 -
CMYK 0 0.18 0.34 0.27
HSL 28.13º 0.32% 0.61% -
HSV(B) 28.13º 0.34% 0.73% -
XYZ 35.46 34.78 23.58 -
YUV 159.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 187 153 123 0 0.18 0.34 0.27 28.13 0.32 0.61
Hex BB 99 7B 0 12 22 1B 1C 20 3D
Octal 273 231 173 0 22 42 33 34 40 75
Binary 10111011 10011001 1111011 0 10010 100010 11011 11100 100000 111101

Color Harmonies of #BB997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB997B

Black with #BB997B

Text Example


Text Example

White with #BB997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB997B; }

 p { color: rgb(187,153,123); }

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

background-color css

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

 a { background-color: rgb(187,153,123); }

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

border-color css

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

 span { border-color: rgb(187,153,123); }

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