#B38A5C

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

Shades of Barley Corn #B38A5C

Tints of Barley Corn #B38A5C

Color information

#B38A5C (or 0xB38A5C) is unknown color: approx Barley Corn. HEX triplet: B3, 8A and 5C. RGB value is (179,138,92). Sum of RGB (Red+Green+Blue) = 179+138+92=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A5C is #4C75A3. Grayscale: #919191. Windows color (decimal): -5010852 or 6064819. OLE color: 6064819.

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

Color convert

RGB17913892-
CMYK00.230.490.30
HSL31.72º36.4%53.14%-
HSV(B)31.72º48.6%70.2%-
XYZ29.6128.5314.07-
YUV145.0198.08152.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=43.77%
G=33.74%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791389200.230.490.3031.7236.453.14
HexB38A5C017311E202435
Octal2632121340276136404465
Binary1011001110001010101110001011111000111110100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A5C; }

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

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

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

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

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

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

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

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