Html Css Color HEX #B9996A Fallow

📋 copy color: '#B9996A'

red 185 ◦ green 153 ◦ blue 106

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

Shades of Fallow #B9996A

Tints of Fallow #B9996A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 41.67%
G = 34.46%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9996A (or 0xB9996A) is known color: Fallow. HEX triplet: B9, 99 and 6A. RGB value is (185,153,106). Sum of RGB (Red+Green+Blue) = 185+153+106=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9996A is #466695. Grayscale: #9D9D9D. Windows color (decimal): -4613782 or 6986169. OLE color: 6986169.

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

Color convert

RGB 185 153 106 -
CMYK 0 0.17 0.43 0.27
HSL 35.7º 0.36% 0.57% -
HSV(B) 35.7º 0.43% 0.73% -
XYZ 34 34.14 18.43 -
YUV 157.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 185 153 106 0 0.17 0.43 0.27 35.7 0.36 0.57
Hex B9 99 6A 0 11 2B 1B 24 24 39
Octal 271 231 152 0 21 53 33 44 44 71
Binary 10111001 10011001 1101010 0 10001 101011 11011 100100 100100 111001

Color Harmonies of #B9996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9996A

Black with #B9996A

Text Example


Text Example

White with #B9996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9996A; }

 p { color: rgb(185,153,106); }

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

background-color css

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

 a { background-color: rgb(185,153,106); }

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

border-color css

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

 span { border-color: rgb(185,153,106); }

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