#b68e5c

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

Shades of Barley Corn #B68E5C

Tints of Barley Corn #B68E5C

Color information

#B68E5C (or 0xB68E5C) is unknown color: approx Barley Corn. HEX triplet: B6, 8E and 5C. RGB value is (182,142,92). Sum of RGB (Red+Green+Blue) = 182+142+92=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E5C is #4971A3. Grayscale: #949494. Windows color (decimal): -4813220 or 6065846. OLE color: 6065846.

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

Color convert

RGB18214292-
CMYK00.220.490.29
HSL33.33º38.14%53.73%-
HSV(B)33.33º49.45%71.37%-
XYZ30.930.0614.3-
YUV148.2696.25152.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=43.75%
G=34.13%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821429200.220.490.2933.3338.1453.73
HexB68E5C016311D212636
Octal2662161340266135414666
Binary1011011010001110101110001011011000111101100001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68e5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68e5c; }

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

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

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

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

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

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

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

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