Html Css Color HEX #B9957E Pale Taupe

📋 copy color: '#B9957E'

red 185 ◦ green 149 ◦ blue 126

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

Shades of Pale Taupe #B9957E

Tints of Pale Taupe #B9957E

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

 GREEN value IS 149 (58.59% from 255) = 32.39%

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

R = 40.22%
G = 32.39%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9957E (or 0xB9957E) is known color: Pale Taupe. HEX triplet: B9, 95 and 7E. RGB value is (185,149,126). Sum of RGB (Red+Green+Blue) = 185+149+126=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9957E is #466A81. Grayscale: #9D9D9D. Windows color (decimal): -4614786 or 8295865. OLE color: 8295865.

HSL color Cylindrical-coordinate representation of color #B9957E: hue angle of 23.39º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9957E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 126 -
CMYK 0 0.19 0.32 0.27
HSL 23.39º 0.3% 0.61% -
HSV(B) 23.39º 0.32% 0.73% -
XYZ 34.52 33.32 24.35 -
YUV 157.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 185 149 126 0 0.19 0.32 0.27 23.39 0.3 0.61
Hex B9 95 7E 0 13 20 1B 17 1E 3D
Octal 271 225 176 0 23 40 33 27 36 75
Binary 10111001 10010101 1111110 0 10011 100000 11011 10111 11110 111101

Color Harmonies of #B9957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9957E

Black with #B9957E

Text Example


Text Example

White with #B9957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9957E; }

 p { color: rgb(185,149,126); }

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

background-color css

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

 a { background-color: rgb(185,149,126); }

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

border-color css

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

 span { border-color: rgb(185,149,126); }

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