Html Css Color HEX #B9A06D Fallow

📋 copy color: '#B9A06D'

red 185 ◦ green 160 ◦ blue 109

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

Shades of Fallow #B9A06D

Tints of Fallow #B9A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 40.75%
G = 35.24%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9A06D (or 0xB9A06D) is known color: Fallow. HEX triplet: B9, A0 and 6D. RGB value is (185,160,109). Sum of RGB (Red+Green+Blue) = 185+160+109=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A06D is #465F92. Grayscale: #A1A1A1. Windows color (decimal): -4611987 or 7184569. OLE color: 7184569.

HSL color Cylindrical-coordinate representation of color #B9A06D: hue angle of 40.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9A06D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 109 -
CMYK 0 0.14 0.41 0.27
HSL 40.26º 0.35% 0.58% -
HSV(B) 40.26º 0.41% 0.73% -
XYZ 35.34 36.56 19.66 -
YUV 161.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 185 160 109 0 0.14 0.41 0.27 40.26 0.35 0.58
Hex B9 A0 6D 0 E 29 1B 28 23 3A
Octal 271 240 155 0 16 51 33 50 43 72
Binary 10111001 10100000 1101101 0 1110 101001 11011 101000 100011 111010

Color Harmonies of #B9A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A06D

Black with #B9A06D

Text Example


Text Example

White with #B9A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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