Html Css Color HEX #BB987D Pale Taupe

📋 copy color: '#BB987D'

red 187 ◦ green 152 ◦ blue 125

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

Shades of Pale Taupe #BB987D

Tints of Pale Taupe #BB987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 40.3%
G = 32.76%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB987D (or 0xBB987D) is known color: Pale Taupe. HEX triplet: BB, 98 and 7D. RGB value is (187,152,125). Sum of RGB (Red+Green+Blue) = 187+152+125=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987D is #446782. Grayscale: #9F9F9F. Windows color (decimal): -4482947 or 8231099. OLE color: 8231099.

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

Color convert

RGB 187 152 125 -
CMYK 0 0.19 0.33 0.27
HSL 26.13º 0.31% 0.61% -
HSV(B) 26.13º 0.33% 0.73% -
XYZ 35.42 34.5 24.19 -
YUV 159.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 187 152 125 0 0.19 0.33 0.27 26.13 0.31 0.61
Hex BB 98 7D 0 13 21 1B 1A 1F 3D
Octal 273 230 175 0 23 41 33 32 37 75
Binary 10111011 10011000 1111101 0 10011 100001 11011 11010 11111 111101

Color Harmonies of #BB987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB987D

Black with #BB987D

Text Example


Text Example

White with #BB987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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