#B68961

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

Shades of Barley Corn #B68961

Tints of Barley Corn #B68961

Color information

#B68961 (or 0xB68961) is unknown color: approx Barley Corn. HEX triplet: B6, 89 and 61. RGB value is (182,137,97). Sum of RGB (Red+Green+Blue) = 182+137+97=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68961 is #49769E. Grayscale: #929292. Windows color (decimal): -4814495 or 6392246. OLE color: 6392246.

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

Color convert

RGB18213797-
CMYK00.250.470.29
HSL28.24º36.8%54.71%-
HSV(B)28.24º46.7%71.37%-
XYZ30.3928.715.25-
YUV145.89100.41153.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=43.75%
G=32.93%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821379700.250.470.2928.2436.854.71
HexB689610192F1D1c2537
Octal2662111410315735344567
Binary101101101000100111000010110011011111110111100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68961; }

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

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

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

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

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

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

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

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