#B78D65

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

Shades of Barley Corn #B78D65

Tints of Barley Corn #B78D65

Color information

#B78D65 (or 0xB78D65) is unknown color: approx Barley Corn. HEX triplet: B7, 8D and 65. RGB value is (183,141,101). Sum of RGB (Red+Green+Blue) = 183+141+101=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D65 is #48729A. Grayscale: #959595. Windows color (decimal): -4747931 or 6655415. OLE color: 6655415.

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

Color convert

RGB183141101-
CMYK00.230.450.28
HSL29.27º36.28%55.69%-
HSV(B)29.27º44.81%71.76%-
XYZ31.430.0616.46-
YUV149100.91152.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=43.06%
G=33.18%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314110100.230.450.2829.2736.2855.69
HexB78D650172D1C1d2438
Octal2672151450275534354470
Binary101101111000110111001010101111011011110011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D65; }

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

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

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

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

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

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

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

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