#b69d5c

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

Shades of Barley Corn #B69D5C

Tints of Barley Corn #B69D5C

Color information

#B69D5C (or 0xB69D5C) is unknown color: approx Barley Corn. HEX triplet: B6, 9D and 5C. RGB value is (182,157,92). Sum of RGB (Red+Green+Blue) = 182+157+92=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D5C is #4962A3. Grayscale: #9D9D9D. Windows color (decimal): -4809380 or 6069686. OLE color: 6069686.

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

Color convert

RGB18215792-
CMYK00.140.490.29
HSL43.33º38.14%53.73%-
HSV(B)43.33º49.45%71.37%-
XYZ33.2834.8315.09-
YUV157.0691.28145.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=42.23%
G=36.43%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821579200.140.490.2943.3338.1453.73
HexB69D5C0E311D2b2636
Octal2662351340166135534666
Binary101101101001110110111000111011000111101101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69d5c; }

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

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

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

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

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

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

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

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