#B38A5E

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

Shades of Barley Corn #B38A5E

Tints of Barley Corn #B38A5E

Color information

#B38A5E (or 0xB38A5E) is unknown color: approx Barley Corn. HEX triplet: B3, 8A and 5E. RGB value is (179,138,94). Sum of RGB (Red+Green+Blue) = 179+138+94=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A5E is #4C75A1. Grayscale: #919191. Windows color (decimal): -5010850 or 6195891. OLE color: 6195891.

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

Color convert

RGB17913894-
CMYK00.230.470.30
HSL31.06º35.86%53.53%-
HSV(B)31.06º47.49%70.2%-
XYZ29.728.5714.54-
YUV145.2499.08152.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=43.55%
G=33.58%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791389400.230.470.3031.0635.8653.53
HexB38A5E0172F1E1f2436
Octal2632121360275736374466
Binary101100111000101010111100101111011111111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A5E; }

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

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

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

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

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

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

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

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