#B79861

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

Shades of Barley Corn #B79861

Tints of Barley Corn #B79861

Color information

#B79861 (or 0xB79861) is unknown color: approx Barley Corn. HEX triplet: B7, 98 and 61. RGB value is (183,152,97). Sum of RGB (Red+Green+Blue) = 183+152+97=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79861 is #48679E. Grayscale: #9B9B9B. Windows color (decimal): -4745119 or 6396087. OLE color: 6396087.

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

Color convert

RGB18315297-
CMYK00.170.470.28
HSL38.37º37.39%54.9%-
HSV(B)38.37º46.99%71.76%-
XYZ32.9133.3916.02-
YUV15595.27147.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=42.36%
G=35.19%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831529700.170.470.2838.3737.3954.9
HexB798610112F1C262537
Octal2672301410215734464567
Binary1011011110011000110000101000110111111100100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79861; }

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

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

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

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

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

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

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

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