#B79166

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

Shades of Barley Corn #B79166

Tints of Barley Corn #B79166

Color information

#B79166 (or 0xB79166) is unknown color: approx Barley Corn. HEX triplet: B7, 91 and 66. RGB value is (183,145,102). Sum of RGB (Red+Green+Blue) = 183+145+102=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B79166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79166 is #486E99. Grayscale: #979797. Windows color (decimal): -4746906 or 6721975. OLE color: 6721975.

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

Color convert

RGB183145102-
CMYK00.210.440.28
HSL31.85º36%55.88%-
HSV(B)31.85º44.26%71.76%-
XYZ32.0531.2816.92-
YUV151.46100.09150.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=42.56%
G=33.72%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314510200.210.440.2831.853655.88
HexB791660152C1C202438
Octal2672211460255434404470
Binary1011011110010001110011001010110110011100100000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79166; }

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

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

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

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

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

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

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

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