#B38F5B

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

Shades of Barley Corn #B38F5B

Tints of Barley Corn #B38F5B

Color information

#B38F5B (or 0xB38F5B) is unknown color: approx Barley Corn. HEX triplet: B3, 8F and 5B. RGB value is (179,143,91). Sum of RGB (Red+Green+Blue) = 179+143+91=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F5B is #4C70A4. Grayscale: #949494. Windows color (decimal): -5009573 or 6000563. OLE color: 6000563.

HSL color Cylindrical-coordinate representation of color #B38F5B: hue angle of 35.45º degrees, saturation: 0.37, 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 #B38F5B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17914391-
CMYK00.200.490.30
HSL35.45º36.67%52.94%-
HSV(B)35.45º49.16%70.2%-
XYZ30.329.9814.09-
YUV147.8495.93150.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=43.34%
G=34.62%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791439100.200.490.3035.4536.6752.94
HexB38F5B014311E232535
Octal2632171330246136434565
Binary1011001110001111101101101010011000111110100011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F5B; }

 p { color: rgb(179,143,91); }

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

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

 a { background-color: rgb(179,143,91); }

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

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

 span { border-color: rgb(179,143,91); }

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