#B78F65

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

Shades of Barley Corn #B78F65

Tints of Barley Corn #B78F65

Color information

#B78F65 (or 0xB78F65) is unknown color: approx Barley Corn. HEX triplet: B7, 8F and 65. RGB value is (183,143,101). Sum of RGB (Red+Green+Blue) = 183+143+101=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F65 is #48709A. Grayscale: #969696. Windows color (decimal): -4747419 or 6655927. OLE color: 6655927.

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

Color convert

RGB183143101-
CMYK00.220.450.28
HSL30.73º36.28%55.69%-
HSV(B)30.73º44.81%71.76%-
XYZ31.730.6516.56-
YUV150.17100.25151.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=42.86%
G=33.49%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314310100.220.450.2830.7336.2855.69
HexB78F650162D1C1f2438
Octal2672171450265534374470
Binary101101111000111111001010101101011011110011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F65; }

 p { color: rgb(183,143,101); }

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

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

 a { background-color: rgb(183,143,101); }

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

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

 span { border-color: rgb(183,143,101); }

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