#B79B5A

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

Shades of Barley Corn #B79B5A

Tints of Barley Corn #B79B5A

Color information

#B79B5A (or 0xB79B5A) is unknown color: approx Barley Corn. HEX triplet: B7, 9B and 5A. RGB value is (183,155,90). Sum of RGB (Red+Green+Blue) = 183+155+90=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B5A is #4864A5. Grayscale: #9C9C9C. Windows color (decimal): -4744358 or 5938103. OLE color: 5938103.

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

Color convert

RGB18315590-
CMYK00.150.510.28
HSL41.94º39.24%53.53%-
HSV(B)41.94º50.82%71.76%-
XYZ33.134.2514.54-
YUV155.9690.78147.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=42.76%
G=36.21%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831559000.150.510.2841.9439.2453.53
HexB79B5A0F331C2a2736
Octal2672331320176334524766
Binary101101111001101110110100111111001111100101010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B5A; }

 p { color: rgb(183,155,90); }

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

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

 a { background-color: rgb(183,155,90); }

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

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

 span { border-color: rgb(183,155,90); }

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