#B79052

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

Shades of Barley Corn #B79052

Tints of Barley Corn #B79052

Color information

#B79052 (or 0xB79052) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 52. RGB value is (183,144,82). Sum of RGB (Red+Green+Blue) = 183+144+82=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B79052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79052 is #486FAD. Grayscale: #949494. Windows color (decimal): -4747182 or 5410999. OLE color: 5410999.

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

Color convert

RGB18314482-
CMYK00.210.550.28
HSL36.83º41.22%51.96%-
HSV(B)36.83º55.19%71.76%-
XYZ31.0230.6212.26-
YUV148.5990.42152.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=44.74%
G=35.21%
B=20.05%

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
Decimal1831448200.210.550.2836.8341.2251.96
HexB79052015371C252934
Octal2672201220256734455164
Binary1011011110010000101001001010111011111100100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79052; }

 p { color: rgb(183,144,82); }

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

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

 a { background-color: rgb(183,144,82); }

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

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

 span { border-color: rgb(183,144,82); }

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