#B68E64

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

Shades of Barley Corn #B68E64

Tints of Barley Corn #B68E64

Color information

#B68E64 (or 0xB68E64) is unknown color: approx Barley Corn. HEX triplet: B6, 8E and 64. RGB value is (182,142,100). Sum of RGB (Red+Green+Blue) = 182+142+100=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E64 is #49719B. Grayscale: #959595. Windows color (decimal): -4813212 or 6590134. OLE color: 6590134.

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

Color convert

RGB182142100-
CMYK00.220.450.29
HSL30.73º35.96%55.29%-
HSV(B)30.73º45.05%71.37%-
XYZ31.2630.2116.24-
YUV149.17100.25151.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=42.92%
G=33.49%
B=23.58%

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
Decimal18214210000.220.450.2930.7335.9655.29
HexB68E640162D1D1f2437
Octal2662161440265535374467
Binary101101101000111011001000101101011011110111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E64; }

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

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

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

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

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

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

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

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