#B78B5E

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

Shades of Barley Corn #B78B5E

Tints of Barley Corn #B78B5E

Color information

#B78B5E (or 0xB78B5E) is unknown color: approx Barley Corn. HEX triplet: B7, 8B and 5E. RGB value is (183,139,94). Sum of RGB (Red+Green+Blue) = 183+139+94=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B5E is #4874A1. Grayscale: #939393. Windows color (decimal): -4748450 or 6196151. OLE color: 6196151.

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

Color convert

RGB18313994-
CMYK00.240.490.28
HSL30.34º38.2%54.31%-
HSV(B)30.34º48.63%71.76%-
XYZ30.7829.3414.63-
YUV147.0398.08153.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=43.99%
G=33.41%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831399400.240.490.2830.3438.254.31
HexB78B5E018311C1e2636
Octal2672131360306134364666
Binary101101111000101110111100110001100011110011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78B5E; }

 p { color: rgb(183,139,94); }

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

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

 a { background-color: rgb(183,139,94); }

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

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

 span { border-color: rgb(183,139,94); }

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