#B69360

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

Shades of Barley Corn #B69360

Tints of Barley Corn #B69360

Color information

#B69360 (or 0xB69360) is unknown color: approx Barley Corn. HEX triplet: B6, 93 and 60. RGB value is (182,147,96). Sum of RGB (Red+Green+Blue) = 182+147+96=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B69360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69360 is #496C9F. Grayscale: #979797. Windows color (decimal): -4811936 or 6329270. OLE color: 6329270.

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

Color convert

RGB18214796-
CMYK00.190.470.29
HSL35.58º37.07%54.51%-
HSV(B)35.58º47.25%71.37%-
XYZ31.8431.6615.5-
YUV151.6596.6149.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=42.82%
G=34.59%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821479600.190.470.2935.5837.0754.51
HexB693600132F1D242537
Octal2662231400235735444567
Binary1011011010010011110000001001110111111101100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69360; }

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

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

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

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

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

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

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

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