#B68C61

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

Shades of Barley Corn #B68C61

Tints of Barley Corn #B68C61

Color information

#B68C61 (or 0xB68C61) is unknown color: approx Barley Corn. HEX triplet: B6, 8C and 61. RGB value is (182,140,97). Sum of RGB (Red+Green+Blue) = 182+140+97=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C61 is #49739E. Grayscale: #939393. Windows color (decimal): -4813727 or 6393014. OLE color: 6393014.

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

Color convert

RGB18214097-
CMYK00.230.470.29
HSL30.35º36.8%54.71%-
HSV(B)30.35º46.7%71.37%-
XYZ30.8329.5615.39-
YUV147.6699.41152.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=43.44%
G=33.41%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821409700.230.470.2930.3536.854.71
HexB68C610172F1D1e2537
Octal2662141410275735364567
Binary101101101000110011000010101111011111110111110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C61; }

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

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

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

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

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

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

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

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