#B69159

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

Shades of Barley Corn #B69159

Tints of Barley Corn #B69159

Color information

#B69159 (or 0xB69159) is unknown color: approx Barley Corn. HEX triplet: B6, 91 and 59. RGB value is (182,145,89). Sum of RGB (Red+Green+Blue) = 182+145+89=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B69159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69159 is #496EA6. Grayscale: #959595. Windows color (decimal): -4812455 or 5870006. OLE color: 5870006.

HSL color Cylindrical-coordinate representation of color #B69159: hue angle of 36.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B69159 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18214589-
CMYK00.200.510.29
HSL36.13º38.91%53.14%-
HSV(B)36.13º51.1%71.37%-
XYZ31.2230.9213.77-
YUV149.6893.76151.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=43.75%
G=34.86%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821458900.200.510.2936.1338.9153.14
HexB69159014331D242735
Octal2662211310246335444765
Binary1011011010010001101100101010011001111101100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69159; }

 p { color: rgb(182,145,89); }

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

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

 a { background-color: rgb(182,145,89); }

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

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

 span { border-color: rgb(182,145,89); }

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