#B69A57

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

Shades of Barley Corn #B69A57

Tints of Barley Corn #B69A57

Color information

#B69A57 (or 0xB69A57) is unknown color: approx Barley Corn. HEX triplet: B6, 9A and 57. RGB value is (182,154,87). Sum of RGB (Red+Green+Blue) = 182+154+87=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A57 is #4965A8. Grayscale: #9B9B9B. Windows color (decimal): -4810153 or 5741238. OLE color: 5741238.

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

Color convert

RGB18215487-
CMYK00.150.520.29
HSL42.32º39.42%52.75%-
HSV(B)42.32º52.2%71.37%-
XYZ32.5733.7413.81-
YUV154.7389.78147.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=43.03%
G=36.41%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821548700.150.520.2942.3239.4252.75
HexB69A570F341D2a2735
Octal2662321270176435524765
Binary101101101001101010101110111111010011101101010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A57; }

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

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

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

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

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

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

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

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