#B68A60

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

Shades of Barley Corn #B68A60

Tints of Barley Corn #B68A60

Color information

#B68A60 (or 0xB68A60) is unknown color: approx Barley Corn. HEX triplet: B6, 8A and 60. RGB value is (182,138,96). Sum of RGB (Red+Green+Blue) = 182+138+96=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A60 is #49759F. Grayscale: #929292. Windows color (decimal): -4814240 or 6326966. OLE color: 6326966.

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

Color convert

RGB18213896-
CMYK00.240.470.29
HSL29.3º37.07%54.51%-
HSV(B)29.3º47.25%71.37%-
XYZ30.4928.9715.05-
YUV146.3799.58153.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=43.75%
G=33.17%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821389600.240.470.2929.337.0754.51
HexB68A600182F1D1d2537
Octal2662121400305735354567
Binary101101101000101011000000110001011111110111101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A60; }

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

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

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

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

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

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

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

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