#B79461

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

Shades of Barley Corn #B79461

Tints of Barley Corn #B79461

Color information

#B79461 (or 0xB79461) is unknown color: approx Barley Corn. HEX triplet: B7, 94 and 61. RGB value is (183,148,97). Sum of RGB (Red+Green+Blue) = 183+148+97=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B79461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79461 is #486B9E. Grayscale: #989898. Windows color (decimal): -4746143 or 6395063. OLE color: 6395063.

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

Color convert

RGB18314897-
CMYK00.190.470.28
HSL35.58º37.39%54.9%-
HSV(B)35.58º46.99%71.76%-
XYZ32.2832.1115.81-
YUV152.6596.6149.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=42.76%
G=34.58%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831489700.190.470.2835.5837.3954.9
HexB794610132F1C242537
Octal2672241410235734444567
Binary1011011110010100110000101001110111111100100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79461; }

 p { color: rgb(183,148,97); }

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

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

 a { background-color: rgb(183,148,97); }

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

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

 span { border-color: rgb(183,148,97); }

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