Html Css Color HEX #B9987B Pale Taupe

📋 copy color: '#B9987B'

red 185 ◦ green 152 ◦ blue 123

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

Shades of Pale Taupe #B9987B

Tints of Pale Taupe #B9987B

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

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

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 40.22%
G = 33.04%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9987B (or 0xB9987B) is known color: Pale Taupe. HEX triplet: B9, 98 and 7B. RGB value is (185,152,123). Sum of RGB (Red+Green+Blue) = 185+152+123=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9987B is #466784. Grayscale: #9E9E9E. Windows color (decimal): -4614021 or 8100025. OLE color: 8100025.

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

Color convert

RGB 185 152 123 -
CMYK 0 0.18 0.34 0.27
HSL 28.06º 0.31% 0.6% -
HSV(B) 28.06º 0.34% 0.73% -
XYZ 34.81 34.2 23.51 -
YUV 158.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 185 152 123 0 0.18 0.34 0.27 28.06 0.31 0.6
Hex B9 98 7B 0 12 22 1B 1C 1F 3C
Octal 271 230 173 0 22 42 33 34 37 74
Binary 10111001 10011000 1111011 0 10010 100010 11011 11100 11111 111100

Color Harmonies of #B9987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9987B

Black with #B9987B

Text Example


Text Example

White with #B9987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9987B; }

 p { color: rgb(185,152,123); }

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

background-color css

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

 a { background-color: rgb(185,152,123); }

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

border-color css

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

 span { border-color: rgb(185,152,123); }

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