#B69061

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

Shades of Barley Corn #B69061

Tints of Barley Corn #B69061

Color information

#B69061 (or 0xB69061) is unknown color: approx Barley Corn. HEX triplet: B6, 90 and 61. RGB value is (182,144,97). Sum of RGB (Red+Green+Blue) = 182+144+97=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B69061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69061 is #496F9E. Grayscale: #969696. Windows color (decimal): -4812703 or 6394038. OLE color: 6394038.

HSL color Cylindrical-coordinate representation of color #B69061: hue angle of 33.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B69061 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18214497-
CMYK00.210.470.29
HSL33.18º36.8%54.71%-
HSV(B)33.18º46.7%71.37%-
XYZ31.4230.7515.59-
YUV15098.09150.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=43.03%
G=34.04%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821449700.210.470.2933.1836.854.71
HexB690610152F1D212537
Octal2662201410255735414567
Binary1011011010010000110000101010110111111101100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69061; }

 p { color: rgb(182,144,97); }

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

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

 a { background-color: rgb(182,144,97); }

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

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

 span { border-color: rgb(182,144,97); }

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