#B69C61

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

Shades of Barley Corn #B69C61

Tints of Barley Corn #B69C61

Color information

#B69C61 (or 0xB69C61) is unknown color: approx Barley Corn. HEX triplet: B6, 9C and 61. RGB value is (182,156,97). Sum of RGB (Red+Green+Blue) = 182+156+97=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C61 is #49639E. Grayscale: #9D9D9D. Windows color (decimal): -4809631 or 6397110. OLE color: 6397110.

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

Color convert

RGB18215697-
CMYK00.140.470.29
HSL41.65º36.8%54.71%-
HSV(B)41.65º46.7%71.37%-
XYZ33.3434.5916.23-
YUV157.0594.11145.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=41.84%
G=35.86%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821569700.140.470.2941.6536.854.71
HexB69C610E2F1D2a2537
Octal2662341410165735524567
Binary101101101001110011000010111010111111101101010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C61; }

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

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

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

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

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

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

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

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