#B79967

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

Shades of Barley Corn #B79967

Tints of Barley Corn #B79967

Color information

#B79967 (or 0xB79967) is unknown color: approx Barley Corn. HEX triplet: B7, 99 and 67. RGB value is (183,153,103). Sum of RGB (Red+Green+Blue) = 183+153+103=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B79967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79967 is #486698. Grayscale: #9C9C9C. Windows color (decimal): -4744857 or 6789559. OLE color: 6789559.

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

Color convert

RGB183153103-
CMYK00.160.440.28
HSL37.5º35.71%56.08%-
HSV(B)37.5º43.72%71.76%-
XYZ33.3733.8317.6-
YUV156.2797.94147.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=41.69%
G=34.85%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315310300.160.440.2837.535.7156.08
HexB799670102C1C262438
Octal2672311470205434464470
Binary1011011110011001110011101000010110011100100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79967; }

 p { color: rgb(183,153,103); }

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

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

 a { background-color: rgb(183,153,103); }

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

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

 span { border-color: rgb(183,153,103); }

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