#B19456

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

Shades of Barley Corn #B19456

Tints of Barley Corn #B19456

Color information

#B19456 (or 0xB19456) is unknown color: approx Barley Corn. HEX triplet: B1, 94 and 56. RGB value is (177,148,86). Sum of RGB (Red+Green+Blue) = 177+148+86=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19456 is #4E6BA9. Grayscale: #959595. Windows color (decimal): -5139370 or 5674161. OLE color: 5674161.

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

Color convert

RGB17714886-
CMYK00.160.510.31
HSL40.88º36.84%51.57%-
HSV(B)40.88º51.41%69.41%-
XYZ30.431.213.22-
YUV149.692.11147.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=43.07%
G=36.01%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771488600.160.510.3140.8836.8451.57
HexB19456010331F292534
Octal2612241260206337514564
Binary1011000110010100101011001000011001111111101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19456; }

 p { color: rgb(177,148,86); }

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

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

 a { background-color: rgb(177,148,86); }

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

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

 span { border-color: rgb(177,148,86); }

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