#B39769

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

Shades of Barley Corn #B39769

Tints of Barley Corn #B39769

Color information

#B39769 (or 0xB39769) is unknown color: approx Barley Corn. HEX triplet: B3, 97 and 69. RGB value is (179,151,105). Sum of RGB (Red+Green+Blue) = 179+151+105=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B39769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39769 is #4C6896. Grayscale: #9A9A9A. Windows color (decimal): -5007511 or 6920115. OLE color: 6920115.

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

Color convert

RGB179151105-
CMYK00.160.410.30
HSL37.3º32.74%55.69%-
HSV(B)37.3º41.34%70.2%-
XYZ32.2132.7417.99-
YUV154.13100.28145.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=41.15%
G=34.71%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915110500.160.410.3037.332.7455.69
HexB39769010291E252138
Octal2632271510205136454170
Binary1011001110010111110100101000010100111110100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39769; }

 p { color: rgb(179,151,105); }

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

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

 a { background-color: rgb(179,151,105); }

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

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

 span { border-color: rgb(179,151,105); }

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