#B68B5D

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

Shades of Barley Corn #B68B5D

Tints of Barley Corn #B68B5D

Color information

#B68B5D (or 0xB68B5D) is unknown color: approx Barley Corn. HEX triplet: B6, 8B and 5D. RGB value is (182,139,93). Sum of RGB (Red+Green+Blue) = 182+139+93=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B5D is #4974A2. Grayscale: #929292. Windows color (decimal): -4813987 or 6130614. OLE color: 6130614.

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

Color convert

RGB18213993-
CMYK00.240.490.29
HSL31.01º37.87%53.92%-
HSV(B)31.01º48.9%71.37%-
XYZ30.529.214.38-
YUV146.6197.75153.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=43.96%
G=33.57%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821399300.240.490.2931.0137.8753.92
HexB68B5D018311D1f2636
Octal2662131350306135374666
Binary101101101000101110111010110001100011110111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B5D; }

 p { color: rgb(182,139,93); }

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

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

 a { background-color: rgb(182,139,93); }

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

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

 span { border-color: rgb(182,139,93); }

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