#B69258

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

Shades of Barley Corn #B69258

Tints of Barley Corn #B69258

Color information

#B69258 (or 0xB69258) is unknown color: approx Barley Corn. HEX triplet: B6, 92 and 58. RGB value is (182,146,88). Sum of RGB (Red+Green+Blue) = 182+146+88=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B69258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69258 is #496DA7. Grayscale: #969696. Windows color (decimal): -4812200 or 5804726. OLE color: 5804726.

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

Color convert

RGB18214688-
CMYK00.200.520.29
HSL37.02º39.17%52.94%-
HSV(B)37.02º51.65%71.37%-
XYZ31.3331.2113.6-
YUV150.1592.93150.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 88 (34.77% from 255) = 21.15%
R=43.75%
G=35.10%
B=21.15%

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
Decimal1821468800.200.520.2937.0239.1752.94
HexB69258014341D252735
Octal2662221300246435454765
Binary1011011010010010101100001010011010011101100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69258; }

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

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

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

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

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

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

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

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