#B38D5A

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

Shades of Barley Corn #B38D5A

Tints of Barley Corn #B38D5A

Color information

#B38D5A (or 0xB38D5A) is unknown color: approx Barley Corn. HEX triplet: B3, 8D and 5A. RGB value is (179,141,90). Sum of RGB (Red+Green+Blue) = 179+141+90=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D5A is #4C72A5. Grayscale: #929292. Windows color (decimal): -5010086 or 5934515. OLE color: 5934515.

HSL color Cylindrical-coordinate representation of color #B38D5A: hue angle of 34.38º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B38D5A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17914190-
CMYK00.210.500.30
HSL34.38º36.93%52.75%-
HSV(B)34.38º49.72%70.2%-
XYZ29.9629.3713.76-
YUV146.5596.09151.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=43.66%
G=34.39%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791419000.210.500.3034.3836.9352.75
HexB38D5A015321E222535
Octal2632151320256236424565
Binary1011001110001101101101001010111001011110100010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D5A; }

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

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

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

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

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

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

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

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