#B78E59

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

Shades of Barley Corn #B78E59

Tints of Barley Corn #B78E59

Color information

#B78E59 (or 0xB78E59) is unknown color: approx Barley Corn. HEX triplet: B7, 8E and 59. RGB value is (183,142,89). Sum of RGB (Red+Green+Blue) = 183+142+89=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E59 is #4871A6. Grayscale: #949494. Windows color (decimal): -4747687 or 5869239. OLE color: 5869239.

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

Color convert

RGB18314289-
CMYK00.220.510.28
HSL33.83º39.5%53.33%-
HSV(B)33.83º51.37%71.76%-
XYZ3130.1313.63-
YUV148.2294.58152.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=44.20%
G=34.30%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831428900.220.510.2833.8339.553.33
HexB78E59016331C222735
Octal2672161310266334424765
Binary1011011110001110101100101011011001111100100010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E59; }

 p { color: rgb(183,142,89); }

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

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

 a { background-color: rgb(183,142,89); }

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

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

 span { border-color: rgb(183,142,89); }

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