#B79465

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

Shades of Barley Corn #B79465

Tints of Barley Corn #B79465

Color information

#B79465 (or 0xB79465) is unknown color: approx Barley Corn. HEX triplet: B7, 94 and 65. RGB value is (183,148,101). Sum of RGB (Red+Green+Blue) = 183+148+101=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79465 is #486B9A. Grayscale: #999999. Windows color (decimal): -4746139 or 6657207. OLE color: 6657207.

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

Color convert

RGB183148101-
CMYK00.190.450.28
HSL34.39º36.28%55.69%-
HSV(B)34.39º44.81%71.76%-
XYZ32.4732.1916.81-
YUV153.1198.6149.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=42.36%
G=34.26%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314810100.190.450.2834.3936.2855.69
HexB794650132D1C222438
Octal2672241450235534424470
Binary1011011110010100110010101001110110111100100010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79465; }

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

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

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

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

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

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

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

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