#B59463

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

Shades of Barley Corn #B59463

Tints of Barley Corn #B59463

Color information

#B59463 (or 0xB59463) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 63. RGB value is (181,148,99). Sum of RGB (Red+Green+Blue) = 181+148+99=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B59463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59463 is #4A6B9C. Grayscale: #989898. Windows color (decimal): -4877213 or 6526133. OLE color: 6526133.

HSL color Cylindrical-coordinate representation of color #B59463: hue angle of 35.85º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B59463 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18114899-
CMYK00.180.450.29
HSL35.85º35.65%54.9%-
HSV(B)35.85º45.3%70.98%-
XYZ31.931.916.28-
YUV152.2897.93148.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=42.29%
G=34.58%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811489900.180.450.2935.8535.6554.9
HexB594630122D1D242437
Octal2652241430225535444467
Binary1011010110010100110001101001010110111101100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59463; }

 p { color: rgb(181,148,99); }

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

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

 a { background-color: rgb(181,148,99); }

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

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

 span { border-color: rgb(181,148,99); }

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