Html Css Color HEX #B9966E Fallow

📋 copy color: '#B9966E'

red 185 ◦ green 150 ◦ blue 110

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

Shades of Fallow #B9966E

Tints of Fallow #B9966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 41.57%
G = 33.71%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9966E (or 0xB9966E) is known color: Fallow. HEX triplet: B9, 96 and 6E. RGB value is (185,150,110). Sum of RGB (Red+Green+Blue) = 185+150+110=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966E is #466991. Grayscale: #9C9C9C. Windows color (decimal): -4614546 or 7247545. OLE color: 7247545.

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

Color convert

RGB 185 150 110 -
CMYK 0 0.19 0.41 0.27
HSL 32º 0.35% 0.58% -
HSV(B) 32º 0.41% 0.73% -
XYZ 33.73 33.25 19.39 -
YUV 155.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 185 150 110 0 0.19 0.41 0.27 32 0.35 0.58
Hex B9 96 6E 0 13 29 1B 20 23 3A
Octal 271 226 156 0 23 51 33 40 43 72
Binary 10111001 10010110 1101110 0 10011 101001 11011 100000 100011 111010

Color Harmonies of #B9966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9966E

Black with #B9966E

Text Example


Text Example

White with #B9966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9966E; }

 p { color: rgb(185,150,110); }

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

background-color css

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

 a { background-color: rgb(185,150,110); }

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

border-color css

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

 span { border-color: rgb(185,150,110); }

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