#B38F5A

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

Shades of Barley Corn #B38F5A

Tints of Barley Corn #B38F5A

Color information

#B38F5A (or 0xB38F5A) is unknown color: approx Barley Corn. HEX triplet: B3, 8F and 5A. RGB value is (179,143,90). Sum of RGB (Red+Green+Blue) = 179+143+90=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F5A is #4C70A5. Grayscale: #939393. Windows color (decimal): -5009574 or 5935027. OLE color: 5935027.

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

Color convert

RGB17914390-
CMYK00.200.500.30
HSL35.73º36.93%52.75%-
HSV(B)35.73º49.72%70.2%-
XYZ30.2629.9713.86-
YUV147.7295.43150.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=43.45%
G=34.71%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791439000.200.500.3035.7336.9352.75
HexB38F5A014321E242535
Octal2632171320246236444565
Binary1011001110001111101101001010011001011110100100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F5A; }

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

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

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

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

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

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

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

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