#B68A63

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

Shades of Barley Corn #B68A63

Tints of Barley Corn #B68A63

Color information

#B68A63 (or 0xB68A63) is unknown color: approx Barley Corn. HEX triplet: B6, 8A and 63. RGB value is (182,138,99). Sum of RGB (Red+Green+Blue) = 182+138+99=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A63 is #49759C. Grayscale: #929292. Windows color (decimal): -4814237 or 6523574. OLE color: 6523574.

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

Color convert

RGB18213899-
CMYK00.240.460.29
HSL28.19º36.24%55.1%-
HSV(B)28.19º45.6%71.37%-
XYZ30.6329.0215.79-
YUV146.71101.08153.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=43.44%
G=32.94%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821389900.240.460.2928.1936.2455.1
HexB68A630182E1D1c2437
Octal2662121430305635344467
Binary101101101000101011000110110001011101110111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A63; }

 p { color: rgb(182,138,99); }

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

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

 a { background-color: rgb(182,138,99); }

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

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

 span { border-color: rgb(182,138,99); }

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