#b69257

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

Shades of Barley Corn #B69257

Tints of Barley Corn #B69257

Color information

#B69257 (or 0xB69257) is unknown color: approx Barley Corn. HEX triplet: B6, 92 and 57. RGB value is (182,146,87). Sum of RGB (Red+Green+Blue) = 182+146+87=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B69257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69257 is #496DA8. Grayscale: #969696. Windows color (decimal): -4812201 or 5739190. OLE color: 5739190.

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

Color convert

RGB18214687-
CMYK00.200.520.29
HSL37.26º39.42%52.75%-
HSV(B)37.26º52.2%71.37%-
XYZ31.2931.1913.39-
YUV150.0492.43150.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=43.86%
G=35.18%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821468700.200.520.2937.2639.4252.75
HexB69257014341D252735
Octal2662221270246435454765
Binary1011011010010010101011101010011010011101100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69257; }

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

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

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

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

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

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

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

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