#B69D59

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

Shades of Barley Corn #B69D59

Tints of Barley Corn #B69D59

Color information

#B69D59 (or 0xB69D59) is unknown color: approx Barley Corn. HEX triplet: B6, 9D and 59. RGB value is (182,157,89). Sum of RGB (Red+Green+Blue) = 182+157+89=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D59 is #4962A6. Grayscale: #9D9D9D. Windows color (decimal): -4809383 or 5873078. OLE color: 5873078.

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

Color convert

RGB18215789-
CMYK00.140.510.29
HSL43.87º38.91%53.14%-
HSV(B)43.87º51.1%71.37%-
XYZ33.1534.7814.42-
YUV156.7289.78146.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=42.52%
G=36.68%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821578900.140.510.2943.8738.9153.14
HexB69D590E331D2c2735
Octal2662351310166335544765
Binary101101101001110110110010111011001111101101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D59; }

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

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

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

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

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

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

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

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