Html Css Color HEX #BB9976 Pale Taupe

📋 copy color: '#BB9976'

red 187 ◦ green 153 ◦ blue 118

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

Shades of Pale Taupe #BB9976

Tints of Pale Taupe #BB9976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.76%

R = 40.83%
G = 33.41%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB9976 (or 0xBB9976) is known color: Pale Taupe. HEX triplet: BB, 99 and 76. RGB value is (187,153,118). Sum of RGB (Red+Green+Blue) = 187+153+118=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9976 is #446689. Grayscale: #9F9F9F. Windows color (decimal): -4482698 or 7772603. OLE color: 7772603.

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

Color convert

RGB 187 153 118 -
CMYK 0 0.18 0.37 0.27
HSL 30.43º 0.34% 0.6% -
HSV(B) 30.43º 0.37% 0.73% -
XYZ 35.15 34.66 21.98 -
YUV 159.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 187 153 118 0 0.18 0.37 0.27 30.43 0.34 0.6
Hex BB 99 76 0 12 25 1B 1E 22 3C
Octal 273 231 166 0 22 45 33 36 42 74
Binary 10111011 10011001 1110110 0 10010 100101 11011 11110 100010 111100

Color Harmonies of #BB9976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9976

Black with #BB9976

Text Example


Text Example

White with #BB9976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9976; }

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

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

background-color css

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

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

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

border-color css

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

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

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