Html Css Color HEX #B6976D Fallow

📋 copy color: '#B6976D'

red 182 ◦ green 151 ◦ blue 109

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

Shades of Fallow #B6976D

Tints of Fallow #B6976D

RGB

 RED value IS 182 (71.48% from 255) = 41.18%

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

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

R = 41.18%
G = 34.16%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6976D (or 0xB6976D) is known color: Fallow. HEX triplet: B6, 97 and 6D. RGB value is (182,151,109). Sum of RGB (Red+Green+Blue) = 182+151+109=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6976D is #496892. Grayscale: #9B9B9B. Windows color (decimal): -4810899 or 7182262. OLE color: 7182262.

HSL color Cylindrical-coordinate representation of color #B6976D: hue angle of 34.52º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6976D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 151 109 -
CMYK 0 0.17 0.40 0.29
HSL 34.52º 0.33% 0.57% -
HSV(B) 34.52º 0.4% 0.71% -
XYZ 33.12 33.18 19.13 -
YUV 155.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 182 151 109 0 0.17 0.40 0.29 34.52 0.33 0.57
Hex B6 97 6D 0 11 28 1D 23 21 39
Octal 266 227 155 0 21 50 35 43 41 71
Binary 10110110 10010111 1101101 0 10001 101000 11101 100011 100001 111001

Color Harmonies of #B6976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6976D

Black with #B6976D

Text Example


Text Example

White with #B6976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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