Html Css Color HEX #B9A375 Fallow

📋 copy color: '#B9A375'

red 185 ◦ green 163 ◦ blue 117

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

Shades of Fallow #B9A375

Tints of Fallow #B9A375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

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

R = 39.78%
G = 35.05%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9A375 (or 0xB9A375) is known color: Fallow. HEX triplet: B9, A3 and 75. RGB value is (185,163,117). Sum of RGB (Red+Green+Blue) = 185+163+117=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A375 is #465C8A. Grayscale: #A4A4A4. Windows color (decimal): -4611211 or 7709625. OLE color: 7709625.

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

Color convert

RGB 185 163 117 -
CMYK 0 0.12 0.37 0.27
HSL 40.59º 0.33% 0.59% -
HSV(B) 40.59º 0.37% 0.73% -
XYZ 36.32 37.79 22.21 -
YUV 164.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 185 163 117 0 0.12 0.37 0.27 40.59 0.33 0.59
Hex B9 A3 75 0 C 25 1B 29 21 3B
Octal 271 243 165 0 14 45 33 51 41 73
Binary 10111001 10100011 1110101 0 1100 100101 11011 101001 100001 111011

Color Harmonies of #B9A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A375

Black with #B9A375

Text Example


Text Example

White with #B9A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A375; }

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

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

background-color css

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

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

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

border-color css

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

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

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