#b69c5b

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

Shades of Barley Corn #B69C5B

Tints of Barley Corn #B69C5B

Color information

#B69C5B (or 0xB69C5B) is unknown color: approx Barley Corn. HEX triplet: B6, 9C and 5B. RGB value is (182,156,91). Sum of RGB (Red+Green+Blue) = 182+156+91=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C5B is #4963A4. Grayscale: #9C9C9C. Windows color (decimal): -4809637 or 6003894. OLE color: 6003894.

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

Color convert

RGB18215691-
CMYK00.140.50.29
HSL42.86º38.4%53.53%-
HSV(B)42.86º50%71.37%-
XYZ33.0734.4814.81-
YUV156.3691.11146.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=42.42%
G=36.36%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821569100.140.50.2942.8638.453.53
HexB69C5B0E321D2b2636
Octal2662341330166235534666
Binary101101101001110010110110111011001011101101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69c5b; }

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

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

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

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

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

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

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

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