#B68D67

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

Shades of Barley Corn #B68D67

Tints of Barley Corn #B68D67

Color information

#B68D67 (or 0xB68D67) is unknown color: approx Barley Corn. HEX triplet: B6, 8D and 67. RGB value is (182,141,103). Sum of RGB (Red+Green+Blue) = 182+141+103=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D67 is #497298. Grayscale: #959595. Windows color (decimal): -4813465 or 6786486. OLE color: 6786486.

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

Color convert

RGB182141103-
CMYK00.230.430.29
HSL28.86º35.11%55.88%-
HSV(B)28.86º43.41%71.37%-
XYZ31.2629.9716.97-
YUV148.93102.08151.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=42.72%
G=33.10%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214110300.230.430.2928.8635.1155.88
HexB68D670172B1D1d2338
Octal2662151470275335354370
Binary101101101000110111001110101111010111110111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D67; }

 p { color: rgb(182,141,103); }

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

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

 a { background-color: rgb(182,141,103); }

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

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

 span { border-color: rgb(182,141,103); }

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