#B79358

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

Shades of Barley Corn #B79358

Tints of Barley Corn #B79358

Color information

#B79358 (or 0xB79358) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 58. RGB value is (183,147,88). Sum of RGB (Red+Green+Blue) = 183+147+88=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B79358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79358 is #486CA7. Grayscale: #979797. Windows color (decimal): -4746408 or 5804983. OLE color: 5804983.

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

Color convert

RGB18314788-
CMYK00.200.520.28
HSL37.26º39.75%53.14%-
HSV(B)37.26º51.91%71.76%-
XYZ31.7231.6413.67-
YUV151.0492.43150.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=43.78%
G=35.17%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831478800.200.520.2837.2639.7553.14
HexB79358014341C252835
Octal2672231300246434455065
Binary1011011110010011101100001010011010011100100101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79358; }

 p { color: rgb(183,147,88); }

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

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

 a { background-color: rgb(183,147,88); }

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

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

 span { border-color: rgb(183,147,88); }

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