Html Css Color HEX #B9966B Fallow

📋 copy color: '#B9966B'

red 185 ◦ green 150 ◦ blue 107

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

Shades of Fallow #B9966B

Tints of Fallow #B9966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 41.86%
G = 33.94%
B = 24.21%

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

#B9966B (or 0xB9966B) is known color: Fallow. HEX triplet: B9, 96 and 6B. RGB value is (185,150,107). Sum of RGB (Red+Green+Blue) = 185+150+107=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966B is #466994. Grayscale: #9B9B9B. Windows color (decimal): -4614549 or 7050937. OLE color: 7050937.

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

Color convert

RGB 185 150 107 -
CMYK 0 0.19 0.42 0.27
HSL 33.08º 0.36% 0.57% -
HSV(B) 33.08º 0.42% 0.73% -
XYZ 33.57 33.19 18.55 -
YUV 155.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 185 150 107 0 0.19 0.42 0.27 33.08 0.36 0.57
Hex B9 96 6B 0 13 2A 1B 21 24 39
Octal 271 226 153 0 23 52 33 41 44 71
Binary 10111001 10010110 1101011 0 10011 101010 11011 100001 100100 111001

Color Harmonies of #B9966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9966B

Black with #B9966B

Text Example


Text Example

White with #B9966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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