#B78C60

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

Shades of Barley Corn #B78C60

Tints of Barley Corn #B78C60

Color information

#B78C60 (or 0xB78C60) is unknown color: approx Barley Corn. HEX triplet: B7, 8C and 60. RGB value is (183,140,96). Sum of RGB (Red+Green+Blue) = 183+140+96=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C60 is #48739F. Grayscale: #949494. Windows color (decimal): -4748192 or 6327479. OLE color: 6327479.

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

Color convert

RGB18314096-
CMYK00.230.480.28
HSL30.34º37.66%54.71%-
HSV(B)30.34º47.54%71.76%-
XYZ31.0229.6715.16-
YUV147.8498.75153.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=43.68%
G=33.41%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831409600.230.480.2830.3437.6654.71
HexB78C60017301C1e2637
Octal2672141400276034364667
Binary101101111000110011000000101111100001110011110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78C60; }

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

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

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

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

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

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

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

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