Html Css Color HEX #B1976C Barley Corn

📋 copy color: '#B1976C'

red 177 ◦ green 151 ◦ blue 108

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

Shades of Barley Corn #B1976C

Tints of Barley Corn #B1976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.77%

R = 40.6%
G = 34.63%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1976C (or 0xB1976C) is known color: Barley Corn. HEX triplet: B1, 97 and 6C. RGB value is (177,151,108). Sum of RGB (Red+Green+Blue) = 177+151+108=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1976C is #4E6893. Grayscale: #9A9A9A. Windows color (decimal): -5138580 or 7116721. OLE color: 7116721.

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

Color convert

RGB 177 151 108 -
CMYK 0 0.15 0.39 0.31
HSL 37.39º 0.31% 0.56% -
HSV(B) 37.39º 0.39% 0.69% -
XYZ 31.9 32.56 18.79 -
YUV 153.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 177 151 108 0 0.15 0.39 0.31 37.39 0.31 0.56
Hex B1 97 6C 0 F 27 1F 25 1F 38
Octal 261 227 154 0 17 47 37 45 37 70
Binary 10110001 10010111 1101100 0 1111 100111 11111 100101 11111 111000

Color Harmonies of #B1976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1976C

Black with #B1976C

Text Example


Text Example

White with #B1976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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