#B69A5E

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

Shades of Barley Corn #B69A5E

Tints of Barley Corn #B69A5E

Color information

#B69A5E (or 0xB69A5E) is unknown color: approx Barley Corn. HEX triplet: B6, 9A and 5E. RGB value is (182,154,94). Sum of RGB (Red+Green+Blue) = 182+154+94=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A5E is #4965A1. Grayscale: #9B9B9B. Windows color (decimal): -4810146 or 6199990. OLE color: 6199990.

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

Color convert

RGB18215494-
CMYK00.150.480.29
HSL40.91º37.61%54.12%-
HSV(B)40.91º48.35%71.37%-
XYZ32.8733.8615.39-
YUV155.5393.28146.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=42.33%
G=35.81%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821549400.150.480.2940.9137.6154.12
HexB69A5E0F301D292636
Octal2662321360176035514666
Binary101101101001101010111100111111000011101101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A5E; }

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

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

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

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

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

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

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

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