#B38961

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

Shades of Barley Corn #B38961

Tints of Barley Corn #B38961

Color information

#B38961 (or 0xB38961) is unknown color: approx Barley Corn. HEX triplet: B3, 89 and 61. RGB value is (179,137,97). Sum of RGB (Red+Green+Blue) = 179+137+97=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38961 is #4C769E. Grayscale: #919191. Windows color (decimal): -5011103 or 6392243. OLE color: 6392243.

HSL color Cylindrical-coordinate representation of color #B38961: hue angle of 29.27º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38961 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17913797-
CMYK00.230.460.30
HSL29.27º35.04%54.12%-
HSV(B)29.27º45.81%70.2%-
XYZ29.6928.3415.21-
YUV145100.91152.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=43.34%
G=33.17%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791379700.230.460.3029.2735.0454.12
HexB389610172E1E1d2336
Octal2632111410275636354366
Binary101100111000100111000010101111011101111011101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38961; }

 p { color: rgb(179,137,97); }

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

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

 a { background-color: rgb(179,137,97); }

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

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

 span { border-color: rgb(179,137,97); }

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