#B69E60

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

Shades of Barley Corn #B69E60

Tints of Barley Corn #B69E60

Color information

#B69E60 (or 0xB69E60) is unknown color: approx Barley Corn. HEX triplet: B6, 9E and 60. RGB value is (182,158,96). Sum of RGB (Red+Green+Blue) = 182+158+96=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E60 is #49619F. Grayscale: #9E9E9E. Windows color (decimal): -4809120 or 6332086. OLE color: 6332086.

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

Color convert

RGB18215896-
CMYK00.130.470.29
HSL43.26º37.07%54.51%-
HSV(B)43.26º47.25%71.37%-
XYZ33.6335.2416.1-
YUV158.1192.95145.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=41.74%
G=36.24%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821589600.130.470.2943.2637.0754.51
HexB69E600D2F1D2b2537
Octal2662361400155735534567
Binary101101101001111011000000110110111111101101011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E60; }

 p { color: rgb(182,158,96); }

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

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

 a { background-color: rgb(182,158,96); }

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

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

 span { border-color: rgb(182,158,96); }

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