#B68C5E

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

Shades of Barley Corn #B68C5E

Tints of Barley Corn #B68C5E

Color information

#B68C5E (or 0xB68C5E) is unknown color: approx Barley Corn. HEX triplet: B6, 8C and 5E. RGB value is (182,140,94). Sum of RGB (Red+Green+Blue) = 182+140+94=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C5E is #4973A1. Grayscale: #939393. Windows color (decimal): -4813730 or 6196406. OLE color: 6196406.

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

Color convert

RGB18214094-
CMYK00.230.480.29
HSL31.36º37.61%54.12%-
HSV(B)31.36º48.35%71.37%-
XYZ30.6929.5114.67-
YUV147.3197.91152.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=43.75%
G=33.65%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821409400.230.480.2931.3637.6154.12
HexB68C5E017301D1f2636
Octal2662141360276035374666
Binary101101101000110010111100101111100001110111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C5E; }

 p { color: rgb(182,140,94); }

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

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

 a { background-color: rgb(182,140,94); }

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

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

 span { border-color: rgb(182,140,94); }

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