Html Css Color HEX #B1976D Fallow

📋 copy color: '#B1976D'

red 177 ◦ green 151 ◦ blue 109

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

Shades of Fallow #B1976D

Tints of Fallow #B1976D

RGB

 RED value IS 177 (69.53% from 255) = 40.5%

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

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

R = 40.5%
G = 34.55%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1976D (or 0xB1976D) is known color: Fallow. HEX triplet: B1, 97 and 6D. RGB value is (177,151,109). Sum of RGB (Red+Green+Blue) = 177+151+109=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1976D is #4E6892. Grayscale: #9A9A9A. Windows color (decimal): -5138579 or 7182257. OLE color: 7182257.

HSL color Cylindrical-coordinate representation of color #B1976D: hue angle of 37.06º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1976D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 109 -
CMYK 0 0.15 0.38 0.31
HSL 37.06º 0.3% 0.56% -
HSV(B) 37.06º 0.38% 0.69% -
XYZ 31.96 32.58 19.07 -
YUV 153.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 177 151 109 0 0.15 0.38 0.31 37.06 0.3 0.56
Hex B1 97 6D 0 F 26 1F 25 1E 38
Octal 261 227 155 0 17 46 37 45 36 70
Binary 10110001 10010111 1101101 0 1111 100110 11111 100101 11110 111000

Color Harmonies of #B1976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1976D

Black with #B1976D

Text Example


Text Example

White with #B1976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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