Html Css Color HEX #B9996D Fallow

📋 copy color: '#B9996D'

red 185 ◦ green 153 ◦ blue 109

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

Shades of Fallow #B9996D

Tints of Fallow #B9996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 41.39%
G = 34.23%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9996D (or 0xB9996D) is known color: Fallow. HEX triplet: B9, 99 and 6D. RGB value is (185,153,109). Sum of RGB (Red+Green+Blue) = 185+153+109=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9996D is #466692. Grayscale: #9D9D9D. Windows color (decimal): -4613779 or 7182777. OLE color: 7182777.

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

Color convert

RGB 185 153 109 -
CMYK 0 0.17 0.41 0.27
HSL 34.74º 0.35% 0.58% -
HSV(B) 34.74º 0.41% 0.73% -
XYZ 34.16 34.2 19.27 -
YUV 157.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 185 153 109 0 0.17 0.41 0.27 34.74 0.35 0.58
Hex B9 99 6D 0 11 29 1B 23 23 3A
Octal 271 231 155 0 21 51 33 43 43 72
Binary 10111001 10011001 1101101 0 10001 101001 11011 100011 100011 111010

Color Harmonies of #B9996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9996D

Black with #B9996D

Text Example


Text Example

White with #B9996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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