Html Css Color HEX #B59A86 Pale Taupe

📋 copy color: '#B59A86'

red 181 ◦ green 154 ◦ blue 134

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

Shades of Pale Taupe #B59A86

Tints of Pale Taupe #B59A86

RGB

 RED value IS 181 (71.09% from 255) = 38.59%

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 134 (52.73% from 255) = 28.57%

R = 38.59%
G = 32.84%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B59A86 (or 0xB59A86) is known color: Pale Taupe. HEX triplet: B5, 9A and 86. RGB value is (181,154,134). Sum of RGB (Red+Green+Blue) = 181+154+134=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A86 is #4A6579. Grayscale: #9F9F9F. Windows color (decimal): -4875642 or 8821429. OLE color: 8821429.

HSL color Cylindrical-coordinate representation of color #B59A86: hue angle of 25.53º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59A86 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 134 -
CMYK 0 0.15 0.26 0.29
HSL 25.53º 0.24% 0.62% -
HSV(B) 25.53º 0.26% 0.71% -
XYZ 34.91 34.66 27.4 -
YUV 159.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 181 154 134 0 0.15 0.26 0.29 25.53 0.24 0.62
Hex B5 9A 86 0 F 1A 1D 1A 18 3E
Octal 265 232 206 0 17 32 35 32 30 76
Binary 10110101 10011010 10000110 0 1111 11010 11101 11010 11000 111110

Color Harmonies of #B59A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A86

Black with #B59A86

Text Example


Text Example

White with #B59A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A86; }

 p { color: rgb(181,154,134); }

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

background-color css

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

 a { background-color: rgb(181,154,134); }

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

border-color css

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

 span { border-color: rgb(181,154,134); }

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