#B79153

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

Shades of Barley Corn #B79153

Tints of Barley Corn #B79153

Color information

#B79153 (or 0xB79153) is unknown color: approx Barley Corn. HEX triplet: B7, 91 and 53. RGB value is (183,145,83). Sum of RGB (Red+Green+Blue) = 183+145+83=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B79153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79153 is #486EAC. Grayscale: #959595. Windows color (decimal): -4746925 or 5476791. OLE color: 5476791.

HSL color Cylindrical-coordinate representation of color #B79153: hue angle of 37.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B79153 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18314583-
CMYK00.210.550.28
HSL37.2º40.98%52.16%-
HSV(B)37.2º54.64%71.76%-
XYZ31.2230.9412.51-
YUV149.2990.59152.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=44.53%
G=35.28%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831458300.210.550.2837.240.9852.16
HexB79153015371C252934
Octal2672211230256734455164
Binary1011011110010001101001101010111011111100100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79153; }

 p { color: rgb(183,145,83); }

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

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

 a { background-color: rgb(183,145,83); }

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

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

 span { border-color: rgb(183,145,83); }

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