Html Css Color HEX #BB9479 Pale Taupe

📋 copy color: '#BB9479'

red 187 ◦ green 148 ◦ blue 121

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

Shades of Pale Taupe #BB9479

Tints of Pale Taupe #BB9479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 41.01%
G = 32.46%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB9479 (or 0xBB9479) is known color: Pale Taupe. HEX triplet: BB, 94 and 79. RGB value is (187,148,121). Sum of RGB (Red+Green+Blue) = 187+148+121=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9479 is #446B86. Grayscale: #9C9C9C. Windows color (decimal): -4483975 or 7967931. OLE color: 7967931.

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

Color convert

RGB 187 148 121 -
CMYK 0 0.21 0.35 0.27
HSL 24.55º 0.33% 0.6% -
HSV(B) 24.55º 0.35% 0.73% -
XYZ 34.53 33.13 22.66 -
YUV 156.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 187 148 121 0 0.21 0.35 0.27 24.55 0.33 0.6
Hex BB 94 79 0 15 23 1B 19 21 3C
Octal 273 224 171 0 25 43 33 31 41 74
Binary 10111011 10010100 1111001 0 10101 100011 11011 11001 100001 111100

Color Harmonies of #BB9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9479

Black with #BB9479

Text Example


Text Example

White with #BB9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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