#B18F64

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

Shades of Barley Corn #B18F64

Tints of Barley Corn #B18F64

Color information

#B18F64 (or 0xB18F64) is unknown color: approx Barley Corn. HEX triplet: B1, 8F and 64. RGB value is (177,143,100). Sum of RGB (Red+Green+Blue) = 177+143+100=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F64 is #4E709B. Grayscale: #949494. Windows color (decimal): -5140636 or 6590385. OLE color: 6590385.

HSL color Cylindrical-coordinate representation of color #B18F64: hue angle of 33.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18F64 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB177143100-
CMYK00.190.440.31
HSL33.51º33.05%54.31%-
HSV(B)33.51º43.5%69.41%-
XYZ30.2529.9116.24-
YUV148.26100.76148.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=42.14%
G=34.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714310000.190.440.3133.5133.0554.31
HexB18F640132C1F222136
Octal2612171440235437424166
Binary1011000110001111110010001001110110011111100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F64; }

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

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

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

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

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

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

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

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