#B38B5D

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

Shades of Barley Corn #B38B5D

Tints of Barley Corn #B38B5D

Color information

#B38B5D (or 0xB38B5D) is unknown color: approx Barley Corn. HEX triplet: B3, 8B and 5D. RGB value is (179,139,93). Sum of RGB (Red+Green+Blue) = 179+139+93=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B5D is #4C74A2. Grayscale: #919191. Windows color (decimal): -5010595 or 6130611. OLE color: 6130611.

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

Color convert

RGB17913993-
CMYK00.220.480.30
HSL32.09º36.13%53.33%-
HSV(B)32.09º48.04%70.2%-
XYZ29.828.8414.35-
YUV145.7298.25151.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=43.55%
G=33.82%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791399300.220.480.3032.0936.1353.33
HexB38B5D016301E202435
Octal2632131350266036404465
Binary1011001110001011101110101011011000011110100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B5D; }

 p { color: rgb(179,139,93); }

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

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

 a { background-color: rgb(179,139,93); }

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

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

 span { border-color: rgb(179,139,93); }

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