#B79553

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

Shades of Barley Corn #B79553

Tints of Barley Corn #B79553

Color information

#B79553 (or 0xB79553) is unknown color: approx Barley Corn. HEX triplet: B7, 95 and 53. RGB value is (183,149,83). Sum of RGB (Red+Green+Blue) = 183+149+83=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B79553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79553 is #486AAC. Grayscale: #979797. Windows color (decimal): -4745901 or 5477815. OLE color: 5477815.

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

Color convert

RGB18314983-
CMYK00.190.550.28
HSL39.6º40.98%52.16%-
HSV(B)39.6º54.64%71.76%-
XYZ31.8432.1912.72-
YUV151.6489.26150.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 83 (32.81% from 255) = 20%
R=44.10%
G=35.90%
B=20%

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
Decimal1831498300.190.550.2839.640.9852.16
HexB79553013371C282934
Octal2672251230236734505164
Binary1011011110010101101001101001111011111100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79553; }

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

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

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

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

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

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

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

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