#B8915A

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

Shades of Barley Corn #B8915A

Tints of Barley Corn #B8915A

Color information

#B8915A (or 0xB8915A) is unknown color: approx Barley Corn. HEX triplet: B8, 91 and 5A. RGB value is (184,145,90). Sum of RGB (Red+Green+Blue) = 184+145+90=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8915A is #476EA5. Grayscale: #969696. Windows color (decimal): -4681382 or 5935544. OLE color: 5935544.

HSL color Cylindrical-coordinate representation of color #B8915A: hue angle of 35.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8915A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18414590-
CMYK00.210.510.28
HSL35.11º39.83%53.73%-
HSV(B)35.11º51.09%72.16%-
XYZ31.7431.1814.02-
YUV150.3993.92151.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=43.91%
G=34.61%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841459000.210.510.2835.1139.8353.73
HexB8915A015331C232836
Octal2702211320256334435066
Binary1011100010010001101101001010111001111100100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8915A; }

 p { color: rgb(184,145,90); }

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

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

 a { background-color: rgb(184,145,90); }

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

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

 span { border-color: rgb(184,145,90); }

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