Html Css Color HEX #B1975B Barley Corn

📋 copy color: '#B1975B'

red 177 ◦ green 151 ◦ blue 91

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

Shades of Barley Corn #B1975B

Tints of Barley Corn #B1975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 42.24%
G = 36.04%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1975B (or 0xB1975B) is known color: Barley Corn. HEX triplet: B1, 97 and 5B. RGB value is (177,151,91). Sum of RGB (Red+Green+Blue) = 177+151+91=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1975B is #4E68A4. Grayscale: #989898. Windows color (decimal): -5138597 or 6002609. OLE color: 6002609.

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

Color convert

RGB 177 151 91 -
CMYK 0 0.15 0.49 0.31
HSL 41.86º 0.36% 0.53% -
HSV(B) 41.86º 0.49% 0.69% -
XYZ 31.09 32.24 14.48 -
YUV 151.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 177 151 91 0 0.15 0.49 0.31 41.86 0.36 0.53
Hex B1 97 5B 0 F 31 1F 2A 24 35
Octal 261 227 133 0 17 61 37 52 44 65
Binary 10110001 10010111 1011011 0 1111 110001 11111 101010 100100 110101

Color Harmonies of #B1975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1975B

Black with #B1975B

Text Example


Text Example

White with #B1975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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