#B79452

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

Shades of Barley Corn #B79452

Tints of Barley Corn #B79452

Color information

#B79452 (or 0xB79452) is unknown color: approx Barley Corn. HEX triplet: B7, 94 and 52. RGB value is (183,148,82). Sum of RGB (Red+Green+Blue) = 183+148+82=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B79452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79452 is #486BAD. Grayscale: #979797. Windows color (decimal): -4746158 or 5412023. OLE color: 5412023.

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

Color convert

RGB18314882-
CMYK00.190.550.28
HSL39.21º41.22%51.96%-
HSV(B)39.21º55.19%71.76%-
XYZ31.6431.8612.46-
YUV150.9489.1150.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=44.31%
G=35.84%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831488200.190.550.2839.2141.2251.96
HexB79452013371C272934
Octal2672241220236734475164
Binary1011011110010100101001001001111011111100100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79452; }

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

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

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

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

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

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

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

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