Html Css Color HEX #B9A270 Fallow

📋 copy color: '#B9A270'

red 185 ◦ green 162 ◦ blue 112

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

Shades of Fallow #B9A270

Tints of Fallow #B9A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 40.31%
G = 35.29%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9A270 (or 0xB9A270) is known color: Fallow. HEX triplet: B9, A2 and 70. RGB value is (185,162,112). Sum of RGB (Red+Green+Blue) = 185+162+112=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A270 is #465D8F. Grayscale: #A3A3A3. Windows color (decimal): -4611472 or 7381689. OLE color: 7381689.

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

Color convert

RGB 185 162 112 -
CMYK 0 0.12 0.39 0.27
HSL 41.1º 0.34% 0.58% -
HSV(B) 41.1º 0.39% 0.73% -
XYZ 35.85 37.32 20.64 -
YUV 163.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 185 162 112 0 0.12 0.39 0.27 41.1 0.34 0.58
Hex B9 A2 70 0 C 27 1B 29 22 3A
Octal 271 242 160 0 14 47 33 51 42 72
Binary 10111001 10100010 1110000 0 1100 100111 11011 101001 100010 111010

Color Harmonies of #B9A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A270

Black with #B9A270

Text Example


Text Example

White with #B9A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A270; }

 p { color: rgb(185,162,112); }

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

background-color css

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

 a { background-color: rgb(185,162,112); }

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

border-color css

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

 span { border-color: rgb(185,162,112); }

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