Html Css Color HEX #B59C7F Pale Taupe

📋 copy color: '#B59C7F'

red 181 ◦ green 156 ◦ blue 127

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

Shades of Pale Taupe #B59C7F

Tints of Pale Taupe #B59C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 127 (50% from 255) = 27.37%

R = 39.01%
G = 33.62%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B59C7F (or 0xB59C7F) is known color: Pale Taupe. HEX triplet: B5, 9C and 7F. RGB value is (181,156,127). Sum of RGB (Red+Green+Blue) = 181+156+127=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C7F is #4A6380. Grayscale: #A0A0A0. Windows color (decimal): -4875137 or 8363189. OLE color: 8363189.

HSL color Cylindrical-coordinate representation of color #B59C7F: hue angle of 32.22º 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 #B59C7F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 156 127 -
CMYK 0 0.14 0.30 0.29
HSL 32.22º 0.27% 0.6% -
HSV(B) 32.22º 0.3% 0.71% -
XYZ 34.78 35.13 25.03 -
YUV 160.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 181 156 127 0 0.14 0.30 0.29 32.22 0.27 0.6
Hex B5 9C 7F 0 E 1E 1D 20 1B 3C
Octal 265 234 177 0 16 36 35 40 33 74
Binary 10110101 10011100 1111111 0 1110 11110 11101 100000 11011 111100

Color Harmonies of #B59C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C7F

Black with #B59C7F

Text Example


Text Example

White with #B59C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C7F; }

 p { color: rgb(181,156,127); }

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

background-color css

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

 a { background-color: rgb(181,156,127); }

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

border-color css

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

 span { border-color: rgb(181,156,127); }

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