#B1975C

Color #B1975C Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B1975C

Tints of Barley Corn #B1975C

Color information

#B1975C (or 0xB1975C) is unknown color: approx Barley Corn. HEX triplet: B1, 97 and 5C. RGB value is (177,151,92). Sum of RGB (Red+Green+Blue) = 177+151+92=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1975C is #4E68A3. Grayscale: #989898. Windows color (decimal): -5138596 or 6068145. OLE color: 6068145.

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

Color convert

RGB17715192-
CMYK00.150.480.31
HSL41.65º35.27%52.75%-
HSV(B)41.65º48.02%69.41%-
XYZ31.1332.2514.71-
YUV152.0594.11145.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=42.14%
G=35.95%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771519200.150.480.3141.6535.2752.75
HexB1975C0F301F2a2335
Octal2612271340176037524365
Binary101100011001011110111000111111000011111101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1975C; }

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

 H1.HeaderClassName
 {
   color: #B1975C;
 }
 .AnyTagClassName
 {
   color: #B1975C;
 }
</style>
background-color css

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

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

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

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

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

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