#B78D57

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

Shades of Barley Corn #B78D57

Tints of Barley Corn #B78D57

Color information

#B78D57 (or 0xB78D57) is unknown color: approx Barley Corn. HEX triplet: B7, 8D and 57. RGB value is (183,141,87). Sum of RGB (Red+Green+Blue) = 183+141+87=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D57 is #4872A8. Grayscale: #939393. Windows color (decimal): -4747945 or 5737911. OLE color: 5737911.

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

Color convert

RGB18314187-
CMYK00.230.520.28
HSL33.75º40%52.94%-
HSV(B)33.75º52.46%71.76%-
XYZ30.7729.8113.15-
YUV147.493.91153.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=44.53%
G=34.31%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831418700.230.520.2833.754052.94
HexB78D57017341C222835
Octal2672151270276434425065
Binary1011011110001101101011101011111010011100100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D57; }

 p { color: rgb(183,141,87); }

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

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

 a { background-color: rgb(183,141,87); }

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

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

 span { border-color: rgb(183,141,87); }

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