#B39969

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

Shades of Barley Corn #B39969

Tints of Barley Corn #B39969

Color information

#B39969 (or 0xB39969) is unknown color: approx Barley Corn. HEX triplet: B3, 99 and 69. RGB value is (179,153,105). Sum of RGB (Red+Green+Blue) = 179+153+105=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B39969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39969 is #4C6696. Grayscale: #9B9B9B. Windows color (decimal): -5006999 or 6920627. OLE color: 6920627.

HSL color Cylindrical-coordinate representation of color #B39969: hue angle of 38.92º 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 #B39969 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB179153105-
CMYK00.150.410.30
HSL38.92º32.74%55.69%-
HSV(B)38.92º41.34%70.2%-
XYZ32.5333.3918.09-
YUV155.399.61144.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=40.96%
G=35.01%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915310500.150.410.3038.9232.7455.69
HexB399690F291E272138
Octal2632311510175136474170
Binary101100111001100111010010111110100111110100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39969; }

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

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

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

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

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

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

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

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