Html Css Color HEX #BB9579 Pale Taupe

📋 copy color: '#BB9579'

red 187 ◦ green 149 ◦ blue 121

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

Shades of Pale Taupe #BB9579

Tints of Pale Taupe #BB9579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

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

R = 40.92%
G = 32.6%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB9579 (or 0xBB9579) is known color: Pale Taupe. HEX triplet: BB, 95 and 79. RGB value is (187,149,121). Sum of RGB (Red+Green+Blue) = 187+149+121=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9579 is #446A86. Grayscale: #9D9D9D. Windows color (decimal): -4483719 or 7968187. OLE color: 7968187.

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

Color convert

RGB 187 149 121 -
CMYK 0 0.20 0.35 0.27
HSL 25.45º 0.33% 0.6% -
HSV(B) 25.45º 0.35% 0.73% -
XYZ 34.69 33.44 22.72 -
YUV 157.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 187 149 121 0 0.20 0.35 0.27 25.45 0.33 0.6
Hex BB 95 79 0 14 23 1B 19 21 3C
Octal 273 225 171 0 24 43 33 31 41 74
Binary 10111011 10010101 1111001 0 10100 100011 11011 11001 100001 111100

Color Harmonies of #BB9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9579

Black with #BB9579

Text Example


Text Example

White with #BB9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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