Html Css Color HEX #B5997E Pale Taupe

📋 copy color: '#B5997E'

red 181 ◦ green 153 ◦ blue 126

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

Shades of Pale Taupe #B5997E

Tints of Pale Taupe #B5997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

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

R = 39.35%
G = 33.26%
B = 27.39%

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

#B5997E (or 0xB5997E) is known color: Pale Taupe. HEX triplet: B5, 99 and 7E. RGB value is (181,153,126). Sum of RGB (Red+Green+Blue) = 181+153+126=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997E is #4A6681. Grayscale: #9E9E9E. Windows color (decimal): -4875906 or 8296885. OLE color: 8296885.

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

Color convert

RGB 181 153 126 -
CMYK 0 0.15 0.30 0.29
HSL 29.45º 0.27% 0.6% -
HSV(B) 29.45º 0.3% 0.71% -
XYZ 34.21 34.11 24.52 -
YUV 158.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 181 153 126 0 0.15 0.30 0.29 29.45 0.27 0.6
Hex B5 99 7E 0 F 1E 1D 1D 1B 3C
Octal 265 231 176 0 17 36 35 35 33 74
Binary 10110101 10011001 1111110 0 1111 11110 11101 11101 11011 111100

Color Harmonies of #B5997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5997E

Black with #B5997E

Text Example


Text Example

White with #B5997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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