#B68E65

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

Shades of Barley Corn #B68E65

Tints of Barley Corn #B68E65

Color information

#B68E65 (or 0xB68E65) is unknown color: approx Barley Corn. HEX triplet: B6, 8E and 65. RGB value is (182,142,101). Sum of RGB (Red+Green+Blue) = 182+142+101=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E65 is #49719A. Grayscale: #959595. Windows color (decimal): -4813211 or 6655670. OLE color: 6655670.

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

Color convert

RGB182142101-
CMYK00.220.450.29
HSL30.37º35.68%55.49%-
HSV(B)30.37º44.51%71.37%-
XYZ31.3130.2316.5-
YUV149.29100.75151.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=42.82%
G=33.41%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214210100.220.450.2930.3735.6855.49
HexB68E650162D1D1e2437
Octal2662161450265535364467
Binary101101101000111011001010101101011011110111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E65; }

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

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

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

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

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

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

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

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