Html Css Color HEX #BB987C Pale Taupe

📋 copy color: '#BB987C'

red 187 ◦ green 152 ◦ blue 124

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

Shades of Pale Taupe #BB987C

Tints of Pale Taupe #BB987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 40.39%
G = 32.83%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB987C (or 0xBB987C) is known color: Pale Taupe. HEX triplet: BB, 98 and 7C. RGB value is (187,152,124). Sum of RGB (Red+Green+Blue) = 187+152+124=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987C is #446783. Grayscale: #9F9F9F. Windows color (decimal): -4482948 or 8165563. OLE color: 8165563.

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

Color convert

RGB 187 152 124 -
CMYK 0 0.19 0.34 0.27
HSL 26.67º 0.32% 0.61% -
HSV(B) 26.67º 0.34% 0.73% -
XYZ 35.36 34.48 23.86 -
YUV 159.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 187 152 124 0 0.19 0.34 0.27 26.67 0.32 0.61
Hex BB 98 7C 0 13 22 1B 1B 20 3D
Octal 273 230 174 0 23 42 33 33 40 75
Binary 10111011 10011000 1111100 0 10011 100010 11011 11011 100000 111101

Color Harmonies of #BB987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB987C

Black with #BB987C

Text Example


Text Example

White with #BB987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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