#B69C5F

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

Shades of Barley Corn #B69C5F

Tints of Barley Corn #B69C5F

Color information

#B69C5F (or 0xB69C5F) is unknown color: approx Barley Corn. HEX triplet: B6, 9C and 5F. RGB value is (182,156,95). Sum of RGB (Red+Green+Blue) = 182+156+95=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C5F is #4963A0. Grayscale: #9D9D9D. Windows color (decimal): -4809633 or 6266038. OLE color: 6266038.

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

Color convert

RGB18215695-
CMYK00.140.480.29
HSL42.07º37.34%54.31%-
HSV(B)42.07º47.8%71.37%-
XYZ33.2534.5515.74-
YUV156.8293.11145.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=42.03%
G=36.03%
B=21.94%

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
Decimal1821569500.140.480.2942.0737.3454.31
HexB69C5F0E301D2a2536
Octal2662341370166035524566
Binary101101101001110010111110111011000011101101010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C5F; }

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

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

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

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

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

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

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

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