#B79855

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

Shades of Barley Corn #B79855

Tints of Barley Corn #B79855

Color information

#B79855 (or 0xB79855) is unknown color: approx Barley Corn. HEX triplet: B7, 98 and 55. RGB value is (183,152,85). Sum of RGB (Red+Green+Blue) = 183+152+85=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B79855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79855 is #4867AA. Grayscale: #999999. Windows color (decimal): -4745131 or 5609655. OLE color: 5609655.

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

Color convert

RGB18315285-
CMYK00.170.540.28
HSL41.02º40.5%52.55%-
HSV(B)41.02º53.55%71.76%-
XYZ32.433.1813.29-
YUV153.6389.27148.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=43.57%
G=36.19%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831528500.170.540.2841.0240.552.55
HexB79855011361C292835
Octal2672301250216634515065
Binary1011011110011000101010101000111011011100101001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79855; }

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

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

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

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

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

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

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

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