#B19D5F

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

Shades of Barley Corn #B19D5F

Tints of Barley Corn #B19D5F

Color information

#B19D5F (or 0xB19D5F) is unknown color: approx Barley Corn. HEX triplet: B1, 9D and 5F. RGB value is (177,157,95). Sum of RGB (Red+Green+Blue) = 177+157+95=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D5F is #4E62A0. Grayscale: #9C9C9C. Windows color (decimal): -5137057 or 6266289. OLE color: 6266289.

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

Color convert

RGB17715795-
CMYK00.110.460.31
HSL45.37º34.45%53.33%-
HSV(B)45.37º46.33%69.41%-
XYZ32.2534.2915.74-
YUV155.9193.63143.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=41.26%
G=36.60%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771579500.110.460.3145.3734.4553.33
HexB19D5F0B2E1F2d2235
Octal2612351370135637554265
Binary101100011001110110111110101110111011111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D5F; }

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

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

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

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

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

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

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

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