Html Css Color HEX #B9A075 Fallow

📋 copy color: '#B9A075'

red 185 ◦ green 160 ◦ blue 117

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

Shades of Fallow #B9A075

Tints of Fallow #B9A075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 40.04%
G = 34.63%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9A075 (or 0xB9A075) is known color: Fallow. HEX triplet: B9, A0 and 75. RGB value is (185,160,117). Sum of RGB (Red+Green+Blue) = 185+160+117=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A075 is #465F8A. Grayscale: #A2A2A2. Windows color (decimal): -4611979 or 7708857. OLE color: 7708857.

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

Color convert

RGB 185 160 117 -
CMYK 0 0.14 0.37 0.27
HSL 37.94º 0.33% 0.59% -
HSV(B) 37.94º 0.37% 0.73% -
XYZ 35.79 36.74 22.03 -
YUV 162.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 185 160 117 0 0.14 0.37 0.27 37.94 0.33 0.59
Hex B9 A0 75 0 E 25 1B 26 21 3B
Octal 271 240 165 0 16 45 33 46 41 73
Binary 10111001 10100000 1110101 0 1110 100101 11011 100110 100001 111011

Color Harmonies of #B9A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A075

Black with #B9A075

Text Example


Text Example

White with #B9A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A075; }

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

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

background-color css

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

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

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

border-color css

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

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

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