Html Css Color HEX #B59E85 Pale Taupe

📋 copy color: '#B59E85'

red 181 ◦ green 158 ◦ blue 133

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

Shades of Pale Taupe #B59E85

Tints of Pale Taupe #B59E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 38.35%
G = 33.47%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B59E85 (or 0xB59E85) is known color: Pale Taupe. HEX triplet: B5, 9E and 85. RGB value is (181,158,133). Sum of RGB (Red+Green+Blue) = 181+158+133=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59E85 is #4A617A. Grayscale: #A2A2A2. Windows color (decimal): -4874619 or 8756917. OLE color: 8756917.

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

Color convert

RGB 181 158 133 -
CMYK 0 0.13 0.27 0.29
HSL 31.25º 0.24% 0.62% -
HSV(B) 31.25º 0.27% 0.71% -
XYZ 35.52 35.97 27.26 -
YUV 162.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 181 158 133 0 0.13 0.27 0.29 31.25 0.24 0.62
Hex B5 9E 85 0 D 1B 1D 1F 18 3E
Octal 265 236 205 0 15 33 35 37 30 76
Binary 10110101 10011110 10000101 0 1101 11011 11101 11111 11000 111110

Color Harmonies of #B59E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59E85

Black with #B59E85

Text Example


Text Example

White with #B59E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59E85; }

 p { color: rgb(181,158,133); }

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

background-color css

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

 a { background-color: rgb(181,158,133); }

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

border-color css

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

 span { border-color: rgb(181,158,133); }

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