#B69060

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

Shades of Barley Corn #B69060

Tints of Barley Corn #B69060

Color information

#B69060 (or 0xB69060) is unknown color: approx Barley Corn. HEX triplet: B6, 90 and 60. RGB value is (182,144,96). Sum of RGB (Red+Green+Blue) = 182+144+96=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B69060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69060 is #496F9F. Grayscale: #969696. Windows color (decimal): -4812704 or 6328502. OLE color: 6328502.

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

Color convert

RGB18214496-
CMYK00.210.470.29
HSL33.49º37.07%54.51%-
HSV(B)33.49º47.25%71.37%-
XYZ31.3830.7415.35-
YUV149.8997.59150.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=43.13%
G=34.12%
B=22.75%

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
Decimal1821449600.210.470.2933.4937.0754.51
HexB690600152F1D212537
Octal2662201400255735414567
Binary1011011010010000110000001010110111111101100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69060; }

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

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

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

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

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

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

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

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