Html Css Color HEX #B9A07E Pale Taupe

📋 copy color: '#B9A07E'

red 185 ◦ green 160 ◦ blue 126

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

Shades of Pale Taupe #B9A07E

Tints of Pale Taupe #B9A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

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

R = 39.28%
G = 33.97%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9A07E (or 0xB9A07E) is known color: Pale Taupe. HEX triplet: B9, A0 and 7E. RGB value is (185,160,126). Sum of RGB (Red+Green+Blue) = 185+160+126=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A07E is #465F81. Grayscale: #A3A3A3. Windows color (decimal): -4611970 or 8298681. OLE color: 8298681.

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

Color convert

RGB 185 160 126 -
CMYK 0 0.14 0.32 0.27
HSL 34.58º 0.3% 0.61% -
HSV(B) 34.58º 0.32% 0.73% -
XYZ 36.34 36.96 24.96 -
YUV 163.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 185 160 126 0 0.14 0.32 0.27 34.58 0.3 0.61
Hex B9 A0 7E 0 E 20 1B 23 1E 3D
Octal 271 240 176 0 16 40 33 43 36 75
Binary 10111001 10100000 1111110 0 1110 100000 11011 100011 11110 111101

Color Harmonies of #B9A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A07E

Black with #B9A07E

Text Example


Text Example

White with #B9A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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