#B5945E

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

Shades of Barley Corn #B5945E

Tints of Barley Corn #B5945E

Color information

#B5945E (or 0xB5945E) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 5E. RGB value is (181,148,94). Sum of RGB (Red+Green+Blue) = 181+148+94=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5945E is #4A6BA1. Grayscale: #979797. Windows color (decimal): -4877218 or 6198453. OLE color: 6198453.

HSL color Cylindrical-coordinate representation of color #B5945E: hue angle of 37.24º degrees, saturation: 0.37, 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 #B5945E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18114894-
CMYK00.180.480.29
HSL37.24º37.02%53.92%-
HSV(B)37.24º48.07%70.98%-
XYZ31.6731.8115.06-
YUV151.7195.43148.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=42.79%
G=34.99%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811489400.180.480.2937.2437.0253.92
HexB5945E012301D252536
Octal2652241360226035454566
Binary1011010110010100101111001001011000011101100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5945E; }

 p { color: rgb(181,148,94); }

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

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

 a { background-color: rgb(181,148,94); }

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

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

 span { border-color: rgb(181,148,94); }

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