Html Css Color HEX #BB9879 Pale Taupe

📋 copy color: '#BB9879'

red 187 ◦ green 152 ◦ blue 121

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

Shades of Pale Taupe #BB9879

Tints of Pale Taupe #BB9879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 40.65%
G = 33.04%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB9879 (or 0xBB9879) is known color: Pale Taupe. HEX triplet: BB, 98 and 79. RGB value is (187,152,121). Sum of RGB (Red+Green+Blue) = 187+152+121=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9879 is #446786. Grayscale: #9F9F9F. Windows color (decimal): -4482951 or 7968955. OLE color: 7968955.

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

Color convert

RGB 187 152 121 -
CMYK 0 0.19 0.35 0.27
HSL 28.18º 0.33% 0.6% -
HSV(B) 28.18º 0.35% 0.73% -
XYZ 35.17 34.4 22.88 -
YUV 158.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 187 152 121 0 0.19 0.35 0.27 28.18 0.33 0.6
Hex BB 98 79 0 13 23 1B 1C 21 3C
Octal 273 230 171 0 23 43 33 34 41 74
Binary 10111011 10011000 1111001 0 10011 100011 11011 11100 100001 111100

Color Harmonies of #BB9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9879

Black with #BB9879

Text Example


Text Example

White with #BB9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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