#B18F59

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

Shades of Barley Corn #B18F59

Tints of Barley Corn #B18F59

Color information

#B18F59 (or 0xB18F59) is unknown color: approx Barley Corn. HEX triplet: B1, 8F and 59. RGB value is (177,143,89). Sum of RGB (Red+Green+Blue) = 177+143+89=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F59 is #4E70A6. Grayscale: #939393. Windows color (decimal): -5140647 or 5869489. OLE color: 5869489.

HSL color Cylindrical-coordinate representation of color #B18F59: hue angle of 36.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18F59 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17714389-
CMYK00.190.500.31
HSL36.82º36.07%52.16%-
HSV(B)36.82º49.72%69.41%-
XYZ29.7629.7113.62-
YUV147.0195.26149.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=43.28%
G=34.96%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771438900.190.500.3136.8236.0752.16
HexB18F59013321F252434
Octal2612171310236237454464
Binary1011000110001111101100101001111001011111100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F59; }

 p { color: rgb(177,143,89); }

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

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

 a { background-color: rgb(177,143,89); }

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

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

 span { border-color: rgb(177,143,89); }

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