Html Css Color HEX #B98E77 Pale Taupe

📋 copy color: '#B98E77'

red 185 ◦ green 142 ◦ blue 119

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

Shades of Pale Taupe #B98E77

Tints of Pale Taupe #B98E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 41.48%
G = 31.84%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B98E77 (or 0xB98E77) is known color: Pale Taupe. HEX triplet: B9, 8E and 77. RGB value is (185,142,119). Sum of RGB (Red+Green+Blue) = 185+142+119=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E77 is #467188. Grayscale: #989898. Windows color (decimal): -4616585 or 7835321. OLE color: 7835321.

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

Color convert

RGB 185 142 119 -
CMYK 0 0.23 0.36 0.27
HSL 20.91º 0.32% 0.6% -
HSV(B) 20.91º 0.36% 0.73% -
XYZ 33.01 30.99 21.7 -
YUV 152.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 185 142 119 0 0.23 0.36 0.27 20.91 0.32 0.6
Hex B9 8E 77 0 17 24 1B 15 20 3C
Octal 271 216 167 0 27 44 33 25 40 74
Binary 10111001 10001110 1110111 0 10111 100100 11011 10101 100000 111100

Color Harmonies of #B98E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E77

Black with #B98E77

Text Example


Text Example

White with #B98E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E77; }

 p { color: rgb(185,142,119); }

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

background-color css

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

 a { background-color: rgb(185,142,119); }

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

border-color css

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

 span { border-color: rgb(185,142,119); }

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