#b1955f

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

Shades of Barley Corn #B1955F

Tints of Barley Corn #B1955F

Color information

#B1955F (or 0xB1955F) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 5F. RGB value is (177,149,95). Sum of RGB (Red+Green+Blue) = 177+149+95=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1955F is #4E6AA0. Grayscale: #979797. Windows color (decimal): -5139105 or 6264241. OLE color: 6264241.

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

Color convert

RGB17714995-
CMYK00.160.460.31
HSL39.51º34.45%53.33%-
HSV(B)39.51º46.33%69.41%-
XYZ30.9431.6715.31-
YUV151.2296.28146.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=42.04%
G=35.39%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771499500.160.460.3139.5134.4553.33
HexB1955F0102E1F282235
Octal2612251370205637504265
Binary1011000110010101101111101000010111011111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1955f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1955f; }

 p { color: rgb(177,149,95); }

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

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

 a { background-color: rgb(177,149,95); }

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

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

 span { border-color: rgb(177,149,95); }

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