Html Css Color HEX #B59A7E Pale Taupe

📋 copy color: '#B59A7E'

red 181 ◦ green 154 ◦ blue 126

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

Shades of Pale Taupe #B59A7E

Tints of Pale Taupe #B59A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 39.26%
G = 33.41%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B59A7E (or 0xB59A7E) is known color: Pale Taupe. HEX triplet: B5, 9A and 7E. RGB value is (181,154,126). Sum of RGB (Red+Green+Blue) = 181+154+126=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A7E is #4A6581. Grayscale: #9F9F9F. Windows color (decimal): -4875650 or 8297141. OLE color: 8297141.

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

Color convert

RGB 181 154 126 -
CMYK 0 0.15 0.30 0.29
HSL 30.55º 0.27% 0.6% -
HSV(B) 30.55º 0.3% 0.71% -
XYZ 34.38 34.44 24.57 -
YUV 158.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 181 154 126 0 0.15 0.30 0.29 30.55 0.27 0.6
Hex B5 9A 7E 0 F 1E 1D 1F 1B 3C
Octal 265 232 176 0 17 36 35 37 33 74
Binary 10110101 10011010 1111110 0 1111 11110 11101 11111 11011 111100

Color Harmonies of #B59A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A7E

Black with #B59A7E

Text Example


Text Example

White with #B59A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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