#B78E53

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

Shades of Barley Corn #B78E53

Tints of Barley Corn #B78E53

Color information

#B78E53 (or 0xB78E53) is unknown color: approx Barley Corn. HEX triplet: B7, 8E and 53. RGB value is (183,142,83). Sum of RGB (Red+Green+Blue) = 183+142+83=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E53 is #4871AC. Grayscale: #939393. Windows color (decimal): -4747693 or 5476023. OLE color: 5476023.

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

Color convert

RGB18314283-
CMYK00.220.550.28
HSL35.4º40.98%52.16%-
HSV(B)35.4º54.64%71.76%-
XYZ30.7630.0412.36-
YUV147.5391.58153.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 83 (32.81% from 255) = 20.34%
R=44.85%
G=34.80%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831428300.220.550.2835.440.9852.16
HexB78E53016371C232934
Octal2672161230266734435164
Binary1011011110001110101001101011011011111100100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E53; }

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

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

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

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

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

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

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

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