#B68A65

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

Shades of Barley Corn #B68A65

Tints of Barley Corn #B68A65

Color information

#B68A65 (or 0xB68A65) is unknown color: approx Barley Corn. HEX triplet: B6, 8A and 65. RGB value is (182,138,101). Sum of RGB (Red+Green+Blue) = 182+138+101=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A65 is #49759A. Grayscale: #939393. Windows color (decimal): -4814235 or 6654646. OLE color: 6654646.

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

Color convert

RGB182138101-
CMYK00.240.450.29
HSL27.41º35.68%55.49%-
HSV(B)27.41º44.51%71.37%-
XYZ30.7329.0616.3-
YUV146.94102.08153.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=43.23%
G=32.78%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213810100.240.450.2927.4135.6855.49
HexB68A650182D1D1b2437
Octal2662121450305535334467
Binary101101101000101011001010110001011011110111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A65; }

 p { color: rgb(182,138,101); }

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

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

 a { background-color: rgb(182,138,101); }

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

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

 span { border-color: rgb(182,138,101); }

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