#B39C67

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

Shades of Barley Corn #B39C67

Tints of Barley Corn #B39C67

Color information

#B39C67 (or 0xB39C67) is unknown color: approx Barley Corn. HEX triplet: B3, 9C and 67. RGB value is (179,156,103). Sum of RGB (Red+Green+Blue) = 179+156+103=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C67 is #4C6398. Grayscale: #9D9D9D. Windows color (decimal): -5006233 or 6790323. OLE color: 6790323.

HSL color Cylindrical-coordinate representation of color #B39C67: hue angle of 41.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B39C67 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB179156103-
CMYK00.130.420.30
HSL41.84º33.33%55.29%-
HSV(B)41.84º42.46%70.2%-
XYZ32.9334.3417.72-
YUV156.8397.62143.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=40.87%
G=35.62%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915610300.130.420.3041.8433.3355.29
HexB39C670D2A1E2a2137
Octal2632341470155236524167
Binary101100111001110011001110110110101011110101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C67; }

 p { color: rgb(179,156,103); }

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

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

 a { background-color: rgb(179,156,103); }

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

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

 span { border-color: rgb(179,156,103); }

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