#B38E5E

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

Shades of Barley Corn #B38E5E

Tints of Barley Corn #B38E5E

Color information

#B38E5E (or 0xB38E5E) is unknown color: approx Barley Corn. HEX triplet: B3, 8E and 5E. RGB value is (179,142,94). Sum of RGB (Red+Green+Blue) = 179+142+94=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E5E is #4C71A1. Grayscale: #939393. Windows color (decimal): -5009826 or 6196915. OLE color: 6196915.

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

Color convert

RGB17914294-
CMYK00.210.470.30
HSL33.88º35.86%53.53%-
HSV(B)33.88º47.49%70.2%-
XYZ30.2829.7414.73-
YUV147.5997.76150.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=43.13%
G=34.22%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791429400.210.470.3033.8835.8653.53
HexB38E5E0152F1E222436
Octal2632161360255736424466
Binary1011001110001110101111001010110111111110100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E5E; }

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

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

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

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

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

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

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

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