Html Css Color HEX #B9976B Fallow

📋 copy color: '#B9976B'

red 185 ◦ green 151 ◦ blue 107

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

Shades of Fallow #B9976B

Tints of Fallow #B9976B

RGB

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

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

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

R = 41.76%
G = 34.09%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9976B (or 0xB9976B) is known color: Fallow. HEX triplet: B9, 97 and 6B. RGB value is (185,151,107). Sum of RGB (Red+Green+Blue) = 185+151+107=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9976B is #466894. Grayscale: #9C9C9C. Windows color (decimal): -4614293 or 7051193. OLE color: 7051193.

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

Color convert

RGB 185 151 107 -
CMYK 0 0.18 0.42 0.27
HSL 33.85º 0.36% 0.57% -
HSV(B) 33.85º 0.42% 0.73% -
XYZ 33.73 33.51 18.6 -
YUV 156.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 185 151 107 0 0.18 0.42 0.27 33.85 0.36 0.57
Hex B9 97 6B 0 12 2A 1B 22 24 39
Octal 271 227 153 0 22 52 33 42 44 71
Binary 10111001 10010111 1101011 0 10010 101010 11011 100010 100100 111001

Color Harmonies of #B9976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9976B

Black with #B9976B

Text Example


Text Example

White with #B9976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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