Html Css Color HEX #B9966C Fallow

📋 copy color: '#B9966C'

red 185 ◦ green 150 ◦ blue 108

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

Shades of Fallow #B9966C

Tints of Fallow #B9966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 41.76%
G = 33.86%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9966C (or 0xB9966C) is known color: Fallow. HEX triplet: B9, 96 and 6C. RGB value is (185,150,108). Sum of RGB (Red+Green+Blue) = 185+150+108=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966C is #466993. Grayscale: #9B9B9B. Windows color (decimal): -4614548 or 7116473. OLE color: 7116473.

HSL color Cylindrical-coordinate representation of color #B9966C: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9966C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 108 -
CMYK 0 0.19 0.42 0.27
HSL 32.73º 0.35% 0.57% -
HSV(B) 32.73º 0.42% 0.73% -
XYZ 33.62 33.21 18.83 -
YUV 155.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 185 150 108 0 0.19 0.42 0.27 32.73 0.35 0.57
Hex B9 96 6C 0 13 2A 1B 21 23 39
Octal 271 226 154 0 23 52 33 41 43 71
Binary 10111001 10010110 1101100 0 10011 101010 11011 100001 100011 111001

Color Harmonies of #B9966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9966C

Black with #B9966C

Text Example


Text Example

White with #B9966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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