Html Css Color HEX #B9A175 Fallow

📋 copy color: '#B9A175'

red 185 ◦ green 161 ◦ blue 117

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

Shades of Fallow #B9A175

Tints of Fallow #B9A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

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

R = 39.96%
G = 34.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9A175 (or 0xB9A175) is known color: Fallow. HEX triplet: B9, A1 and 75. RGB value is (185,161,117). Sum of RGB (Red+Green+Blue) = 185+161+117=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A175 is #465E8A. Grayscale: #A3A3A3. Windows color (decimal): -4611723 or 7709113. OLE color: 7709113.

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

Color convert

RGB 185 161 117 -
CMYK 0 0.13 0.37 0.27
HSL 38.82º 0.33% 0.59% -
HSV(B) 38.82º 0.37% 0.73% -
XYZ 35.96 37.09 22.09 -
YUV 163.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 185 161 117 0 0.13 0.37 0.27 38.82 0.33 0.59
Hex B9 A1 75 0 D 25 1B 27 21 3B
Octal 271 241 165 0 15 45 33 47 41 73
Binary 10111001 10100001 1110101 0 1101 100101 11011 100111 100001 111011

Color Harmonies of #B9A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A175

Black with #B9A175

Text Example


Text Example

White with #B9A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A175; }

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

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

background-color css

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

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

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

border-color css

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

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

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