Html Css Color HEX #B9A082 Pale Taupe

📋 copy color: '#B9A082'

red 185 ◦ green 160 ◦ blue 130

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

Shades of Pale Taupe #B9A082

Tints of Pale Taupe #B9A082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 38.95%
G = 33.68%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9A082 (or 0xB9A082) is known color: Pale Taupe. HEX triplet: B9, A0 and 82. RGB value is (185,160,130). Sum of RGB (Red+Green+Blue) = 185+160+130=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A082 is #465F7D. Grayscale: #A4A4A4. Windows color (decimal): -4611966 or 8560825. OLE color: 8560825.

HSL color Cylindrical-coordinate representation of color #B9A082: hue angle of 32.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A082 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 130 -
CMYK 0 0.14 0.30 0.27
HSL 32.73º 0.28% 0.62% -
HSV(B) 32.73º 0.3% 0.73% -
XYZ 36.61 37.07 26.34 -
YUV 164.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 185 160 130 0 0.14 0.30 0.27 32.73 0.28 0.62
Hex B9 A0 82 0 E 1E 1B 21 1C 3E
Octal 271 240 202 0 16 36 33 41 34 76
Binary 10111001 10100000 10000010 0 1110 11110 11011 100001 11100 111110

Color Harmonies of #B9A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A082

Black with #B9A082

Text Example


Text Example

White with #B9A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A082; }

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

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

background-color css

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

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

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

border-color css

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

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

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