Html Css Color HEX #B9976D Fallow

📋 copy color: '#B9976D'

red 185 ◦ green 151 ◦ blue 109

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

Shades of Fallow #B9976D

Tints of Fallow #B9976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.93%

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

R = 41.57%
G = 33.93%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9976D (or 0xB9976D) is known color: Fallow. HEX triplet: B9, 97 and 6D. RGB value is (185,151,109). Sum of RGB (Red+Green+Blue) = 185+151+109=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9976D is #466892. Grayscale: #9C9C9C. Windows color (decimal): -4614291 or 7182265. OLE color: 7182265.

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

Color convert

RGB 185 151 109 -
CMYK 0 0.18 0.41 0.27
HSL 33.16º 0.35% 0.58% -
HSV(B) 33.16º 0.41% 0.73% -
XYZ 33.83 33.55 19.16 -
YUV 156.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 185 151 109 0 0.18 0.41 0.27 33.16 0.35 0.58
Hex B9 97 6D 0 12 29 1B 21 23 3A
Octal 271 227 155 0 22 51 33 41 43 72
Binary 10111001 10010111 1101101 0 10010 101001 11011 100001 100011 111010

Color Harmonies of #B9976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9976D

Black with #B9976D

Text Example


Text Example

White with #B9976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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