Html Css Color HEX #B99B7E Pale Taupe

📋 copy color: '#B99B7E'

red 185 ◦ green 155 ◦ blue 126

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

Shades of Pale Taupe #B99B7E

Tints of Pale Taupe #B99B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 39.7%
G = 33.26%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B99B7E (or 0xB99B7E) is known color: Pale Taupe. HEX triplet: B9, 9B and 7E. RGB value is (185,155,126). Sum of RGB (Red+Green+Blue) = 185+155+126=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B7E is #466481. Grayscale: #A0A0A0. Windows color (decimal): -4613250 or 8297401. OLE color: 8297401.

HSL color Cylindrical-coordinate representation of color #B99B7E: hue angle of 29.49º 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 #B99B7E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 126 -
CMYK 0 0.16 0.32 0.27
HSL 29.49º 0.3% 0.61% -
HSV(B) 29.49º 0.32% 0.73% -
XYZ 35.49 35.26 24.67 -
YUV 160.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 185 155 126 0 0.16 0.32 0.27 29.49 0.3 0.61
Hex B9 9B 7E 0 10 20 1B 1D 1E 3D
Octal 271 233 176 0 20 40 33 35 36 75
Binary 10111001 10011011 1111110 0 10000 100000 11011 11101 11110 111101

Color Harmonies of #B99B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B7E

Black with #B99B7E

Text Example


Text Example

White with #B99B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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