#B38C5D

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

Shades of Barley Corn #B38C5D

Tints of Barley Corn #B38C5D

Color information

#B38C5D (or 0xB38C5D) is unknown color: approx Barley Corn. HEX triplet: B3, 8C and 5D. RGB value is (179,140,93). Sum of RGB (Red+Green+Blue) = 179+140+93=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C5D is #4C73A2. Grayscale: #929292. Windows color (decimal): -5010339 or 6130867. OLE color: 6130867.

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

Color convert

RGB17914093-
CMYK00.220.480.30
HSL32.79º36.13%53.33%-
HSV(B)32.79º48.04%70.2%-
XYZ29.9429.1314.4-
YUV146.397.92151.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=43.45%
G=33.98%
B=22.57%

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
Decimal1791409300.220.480.3032.7936.1353.33
HexB38C5D016301E212435
Octal2632141350266036414465
Binary1011001110001100101110101011011000011110100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C5D; }

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

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

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

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

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

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

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

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