Html Css Color HEX #B59A84 Pale Taupe

📋 copy color: '#B59A84'

red 181 ◦ green 154 ◦ blue 132

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

Shades of Pale Taupe #B59A84

Tints of Pale Taupe #B59A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 38.76%
G = 32.98%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B59A84 (or 0xB59A84) is known color: Pale Taupe. HEX triplet: B5, 9A and 84. RGB value is (181,154,132). Sum of RGB (Red+Green+Blue) = 181+154+132=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A84 is #4A657B. Grayscale: #9F9F9F. Windows color (decimal): -4875644 or 8690357. OLE color: 8690357.

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

Color convert

RGB 181 154 132 -
CMYK 0 0.15 0.27 0.29
HSL 26.94º 0.25% 0.61% -
HSV(B) 26.94º 0.27% 0.71% -
XYZ 34.78 34.6 26.68 -
YUV 159.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 181 154 132 0 0.15 0.27 0.29 26.94 0.25 0.61
Hex B5 9A 84 0 F 1B 1D 1B 19 3D
Octal 265 232 204 0 17 33 35 33 31 75
Binary 10110101 10011010 10000100 0 1111 11011 11101 11011 11001 111101

Color Harmonies of #B59A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A84

Black with #B59A84

Text Example


Text Example

White with #B59A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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