Html Css Color HEX #B9956A Fallow

📋 copy color: '#B9956A'

red 185 ◦ green 149 ◦ blue 106

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

Shades of Fallow #B9956A

Tints of Fallow #B9956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 42.05%
G = 33.86%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9956A (or 0xB9956A) is known color: Fallow. HEX triplet: B9, 95 and 6A. RGB value is (185,149,106). Sum of RGB (Red+Green+Blue) = 185+149+106=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9956A is #466A95. Grayscale: #9B9B9B. Windows color (decimal): -4614806 or 6985145. OLE color: 6985145.

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

Color convert

RGB 185 149 106 -
CMYK 0 0.19 0.43 0.27
HSL 32.66º 0.36% 0.57% -
HSV(B) 32.66º 0.43% 0.73% -
XYZ 33.36 32.85 18.22 -
YUV 154.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 185 149 106 0 0.19 0.43 0.27 32.66 0.36 0.57
Hex B9 95 6A 0 13 2B 1B 21 24 39
Octal 271 225 152 0 23 53 33 41 44 71
Binary 10111001 10010101 1101010 0 10011 101011 11011 100001 100100 111001

Color Harmonies of #B9956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9956A

Black with #B9956A

Text Example


Text Example

White with #B9956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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