#B1995F

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

Shades of Barley Corn #B1995F

Tints of Barley Corn #B1995F

Color information

#B1995F (or 0xB1995F) is unknown color: approx Barley Corn. HEX triplet: B1, 99 and 5F. RGB value is (177,153,95). Sum of RGB (Red+Green+Blue) = 177+153+95=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1995F is #4E66A0. Grayscale: #999999. Windows color (decimal): -5138081 or 6265265. OLE color: 6265265.

HSL color Cylindrical-coordinate representation of color #B1995F: hue angle of 42.44º 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 #B1995F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17715395-
CMYK00.140.460.31
HSL42.44º34.45%53.33%-
HSV(B)42.44º46.33%69.41%-
XYZ31.5932.9615.52-
YUV153.5694.95144.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=41.65%
G=36%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771539500.140.460.3142.4434.4553.33
HexB1995F0E2E1F2a2235
Octal2612311370165637524265
Binary101100011001100110111110111010111011111101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1995F; }

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

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

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

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

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

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

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

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