#B68E61

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

Shades of Barley Corn #B68E61

Tints of Barley Corn #B68E61

Color information

#B68E61 (or 0xB68E61) is unknown color: approx Barley Corn. HEX triplet: B6, 8E and 61. RGB value is (182,142,97). Sum of RGB (Red+Green+Blue) = 182+142+97=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E61 is #49719E. Grayscale: #959595. Windows color (decimal): -4813215 or 6393526. OLE color: 6393526.

HSL color Cylindrical-coordinate representation of color #B68E61: hue angle of 31.76º 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 #B68E61 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18214297-
CMYK00.220.470.29
HSL31.76º36.8%54.71%-
HSV(B)31.76º46.7%71.37%-
XYZ31.1230.1515.49-
YUV148.8398.75151.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=43.23%
G=33.73%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821429700.220.470.2931.7636.854.71
HexB68E610162F1D202537
Octal2662161410265735404567
Binary1011011010001110110000101011010111111101100000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E61; }

 p { color: rgb(182,142,97); }

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

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

 a { background-color: rgb(182,142,97); }

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

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

 span { border-color: rgb(182,142,97); }

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