Html Css Color HEX #B59A80 Pale Taupe

📋 copy color: '#B59A80'

red 181 ◦ green 154 ◦ blue 128

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

Shades of Pale Taupe #B59A80

Tints of Pale Taupe #B59A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 39.09%
G = 33.26%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B59A80 (or 0xB59A80) is known color: Pale Taupe. HEX triplet: B5, 9A and 80. RGB value is (181,154,128). Sum of RGB (Red+Green+Blue) = 181+154+128=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A80 is #4A657F. Grayscale: #9F9F9F. Windows color (decimal): -4875648 or 8428213. OLE color: 8428213.

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

Color convert

RGB 181 154 128 -
CMYK 0 0.15 0.29 0.29
HSL 29.43º 0.26% 0.61% -
HSV(B) 29.43º 0.29% 0.71% -
XYZ 34.51 34.49 25.26 -
YUV 159.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 181 154 128 0 0.15 0.29 0.29 29.43 0.26 0.61
Hex B5 9A 80 0 F 1D 1D 1D 1A 3D
Octal 265 232 200 0 17 35 35 35 32 75
Binary 10110101 10011010 10000000 0 1111 11101 11101 11101 11010 111101

Color Harmonies of #B59A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A80

Black with #B59A80

Text Example


Text Example

White with #B59A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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