#B19561

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

Shades of Barley Corn #B19561

Tints of Barley Corn #B19561

Color information

#B19561 (or 0xB19561) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 61. RGB value is (177,149,97). Sum of RGB (Red+Green+Blue) = 177+149+97=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B19561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19561 is #4E6A9E. Grayscale: #979797. Windows color (decimal): -5139103 or 6395313. OLE color: 6395313.

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

Color convert

RGB17714997-
CMYK00.160.450.31
HSL39º33.9%53.73%-
HSV(B)39º45.2%69.41%-
XYZ31.0431.7115.79-
YUV151.4497.28146.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=41.84%
G=35.22%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771499700.160.450.313933.953.73
HexB195610102D1F272236
Octal2612251410205537474266
Binary1011000110010101110000101000010110111111100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19561; }

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

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

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

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

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

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

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

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