#b79653

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

Shades of Barley Corn #B79653

Tints of Barley Corn #B79653

Color information

#B79653 (or 0xB79653) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 53. RGB value is (183,150,83). Sum of RGB (Red+Green+Blue) = 183+150+83=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79653 is #4869AC. Grayscale: #989898. Windows color (decimal): -4745645 or 5478071. OLE color: 5478071.

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

Color convert

RGB18315083-
CMYK00.180.550.28
HSL40.2º40.98%52.16%-
HSV(B)40.2º54.64%71.76%-
XYZ3232.512.77-
YUV152.2388.93149.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 83 (32.81% from 255) = 19.95%
R=43.99%
G=36.06%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831508300.180.550.2840.240.9852.16
HexB79653012371C282934
Octal2672261230226734505164
Binary1011011110010110101001101001011011111100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79653; }

 p { color: rgb(183,150,83); }

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

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

 a { background-color: rgb(183,150,83); }

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

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

 span { border-color: rgb(183,150,83); }

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