#B79066

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

Shades of Barley Corn #B79066

Tints of Barley Corn #B79066

Color information

#B79066 (or 0xB79066) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 66. RGB value is (183,144,102). Sum of RGB (Red+Green+Blue) = 183+144+102=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B79066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79066 is #486F99. Grayscale: #979797. Windows color (decimal): -4747162 or 6721719. OLE color: 6721719.

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

Color convert

RGB183144102-
CMYK00.210.440.28
HSL31.11º36%55.88%-
HSV(B)31.11º44.26%71.76%-
XYZ31.930.9716.87-
YUV150.87100.42150.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=42.66%
G=33.57%
B=23.78%

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
Decimal18314410200.210.440.2831.113655.88
HexB790660152C1C1f2438
Octal2672201460255434374470
Binary101101111001000011001100101011011001110011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79066; }

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

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

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

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

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

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

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

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