#B79655

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

Shades of Barley Corn #B79655

Tints of Barley Corn #B79655

Color information

#B79655 (or 0xB79655) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 55. RGB value is (183,150,85). Sum of RGB (Red+Green+Blue) = 183+150+85=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B79655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79655 is #4869AA. Grayscale: #989898. Windows color (decimal): -4745643 or 5609143. OLE color: 5609143.

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

Color convert

RGB18315085-
CMYK00.180.540.28
HSL39.8º40.5%52.55%-
HSV(B)39.8º53.55%71.76%-
XYZ32.0732.5413.18-
YUV152.4689.93149.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=43.78%
G=35.89%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831508500.180.540.2839.840.552.55
HexB79655012361C282835
Octal2672261250226634505065
Binary1011011110010110101010101001011011011100101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79655; }

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

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

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

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

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

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

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

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