#B69D5E

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

Shades of Barley Corn #B69D5E

Tints of Barley Corn #B69D5E

Color information

#B69D5E (or 0xB69D5E) is unknown color: approx Barley Corn. HEX triplet: B6, 9D and 5E. RGB value is (182,157,94). Sum of RGB (Red+Green+Blue) = 182+157+94=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D5E is #4962A1. Grayscale: #9D9D9D. Windows color (decimal): -4809378 or 6200758. OLE color: 6200758.

HSL color Cylindrical-coordinate representation of color #B69D5E: hue angle of 42.95º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B69D5E is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18215794-
CMYK00.140.480.29
HSL42.95º37.61%54.12%-
HSV(B)42.95º48.35%71.37%-
XYZ33.3734.8715.56-
YUV157.2992.28145.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=42.03%
G=36.26%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821579400.140.480.2942.9537.6154.12
HexB69D5E0E301D2b2636
Octal2662351360166035534666
Binary101101101001110110111100111011000011101101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D5E; }

 p { color: rgb(182,157,94); }

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

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

 a { background-color: rgb(182,157,94); }

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

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

 span { border-color: rgb(182,157,94); }

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