#B38D5D

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

Shades of Barley Corn #B38D5D

Tints of Barley Corn #B38D5D

Color information

#B38D5D (or 0xB38D5D) is unknown color: approx Barley Corn. HEX triplet: B3, 8D and 5D. RGB value is (179,141,93). Sum of RGB (Red+Green+Blue) = 179+141+93=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D5D is #4C72A2. Grayscale: #939393. Windows color (decimal): -5010083 or 6131123. OLE color: 6131123.

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

Color convert

RGB17914193-
CMYK00.210.480.30
HSL33.49º36.13%53.33%-
HSV(B)33.49º48.04%70.2%-
XYZ30.0929.4214.45-
YUV146.8997.59150.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=43.34%
G=34.14%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791419300.210.480.3033.4936.1353.33
HexB38D5D015301E212435
Octal2632151350256036414465
Binary1011001110001101101110101010111000011110100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D5D; }

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

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

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

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

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

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

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

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