#B38E56

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

Shades of Barley Corn #B38E56

Tints of Barley Corn #B38E56

Color information

#B38E56 (or 0xB38E56) is unknown color: approx Barley Corn. HEX triplet: B3, 8E and 56. RGB value is (179,142,86). Sum of RGB (Red+Green+Blue) = 179+142+86=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E56 is #4C71A9. Grayscale: #929292. Windows color (decimal): -5009834 or 5672627. OLE color: 5672627.

HSL color Cylindrical-coordinate representation of color #B38E56: hue angle of 36.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B38E56 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17914286-
CMYK00.210.520.30
HSL36.13º37.96%51.96%-
HSV(B)36.13º51.96%70.2%-
XYZ29.9429.612.94-
YUV146.6893.76151.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=43.98%
G=34.89%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791428600.210.520.3036.1337.9651.96
HexB38E56015341E242634
Octal2632161260256436444664
Binary1011001110001110101011001010111010011110100100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E56; }

 p { color: rgb(179,142,86); }

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

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

 a { background-color: rgb(179,142,86); }

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

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

 span { border-color: rgb(179,142,86); }

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