#B78760

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

Shades of Barley Corn #B78760

Tints of Barley Corn #B78760

Color information

#B78760 (or 0xB78760) is unknown color: approx Barley Corn. HEX triplet: B7, 87 and 60. RGB value is (183,135,96). Sum of RGB (Red+Green+Blue) = 183+135+96=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B78760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78760 is #48789F. Grayscale: #919191. Windows color (decimal): -4749472 or 6326199. OLE color: 6326199.

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

Color convert

RGB18313596-
CMYK00.260.480.28
HSL26.9º37.66%54.71%-
HSV(B)26.9º47.54%71.76%-
XYZ30.328.2414.92-
YUV144.91100.4155.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=44.20%
G=32.61%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831359600.260.480.2826.937.6654.71
HexB7876001A301C1b2637
Octal2672071400326034334667
Binary101101111000011111000000110101100001110011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78760; }

 p { color: rgb(183,135,96); }

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

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

 a { background-color: rgb(183,135,96); }

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

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

 span { border-color: rgb(183,135,96); }

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