#B4915E

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

Shades of Barley Corn #B4915E

Tints of Barley Corn #B4915E

Color information

#B4915E (or 0xB4915E) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 5E. RGB value is (180,145,94). Sum of RGB (Red+Green+Blue) = 180+145+94=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4915E is #4B6EA1. Grayscale: #959595. Windows color (decimal): -4943522 or 6197684. OLE color: 6197684.

HSL color Cylindrical-coordinate representation of color #B4915E: hue angle of 35.58º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4915E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18014594-
CMYK00.190.480.29
HSL35.58º36.44%53.73%-
HSV(B)35.58º47.78%70.59%-
XYZ30.9730.7614.9-
YUV149.6596.6149.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=42.96%
G=34.61%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801459400.190.480.2935.5836.4453.73
HexB4915E013301D242436
Octal2642211360236035444466
Binary1011010010010001101111001001111000011101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4915E; }

 p { color: rgb(180,145,94); }

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

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

 a { background-color: rgb(180,145,94); }

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

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

 span { border-color: rgb(180,145,94); }

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