Html Css Color HEX #BB9477 Pale Taupe

📋 copy color: '#BB9477'

red 187 ◦ green 148 ◦ blue 119

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

Shades of Pale Taupe #BB9477

Tints of Pale Taupe #BB9477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 41.19%
G = 32.6%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB9477 (or 0xBB9477) is known color: Pale Taupe. HEX triplet: BB, 94 and 77. RGB value is (187,148,119). Sum of RGB (Red+Green+Blue) = 187+148+119=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9477 is #446B88. Grayscale: #9C9C9C. Windows color (decimal): -4483977 or 7836859. OLE color: 7836859.

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

Color convert

RGB 187 148 119 -
CMYK 0 0.21 0.36 0.27
HSL 25.59º 0.33% 0.6% -
HSV(B) 25.59º 0.36% 0.73% -
XYZ 34.41 33.08 22.02 -
YUV 156.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 187 148 119 0 0.21 0.36 0.27 25.59 0.33 0.6
Hex BB 94 77 0 15 24 1B 1A 21 3C
Octal 273 224 167 0 25 44 33 32 41 74
Binary 10111011 10010100 1110111 0 10101 100100 11011 11010 100001 111100

Color Harmonies of #BB9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9477

Black with #BB9477

Text Example


Text Example

White with #BB9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9477; }

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

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

background-color css

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

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

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

border-color css

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

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

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