#B79558

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

Shades of Barley Corn #B79558

Tints of Barley Corn #B79558

Color information

#B79558 (or 0xB79558) is unknown color: approx Barley Corn. HEX triplet: B7, 95 and 58. RGB value is (183,149,88). Sum of RGB (Red+Green+Blue) = 183+149+88=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B79558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79558 is #486AA7. Grayscale: #989898. Windows color (decimal): -4745896 or 5805495. OLE color: 5805495.

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

Color convert

RGB18314988-
CMYK00.190.520.28
HSL38.53º39.75%53.14%-
HSV(B)38.53º51.91%71.76%-
XYZ32.0432.2713.77-
YUV152.2191.76149.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=43.57%
G=35.48%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831498800.190.520.2838.5339.7553.14
HexB79558013341C272835
Octal2672251300236434475065
Binary1011011110010101101100001001111010011100100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79558; }

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

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

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

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

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

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

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

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