#B0915D

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

Shades of Barley Corn #B0915D

Tints of Barley Corn #B0915D

Color information

#B0915D (or 0xB0915D) is unknown color: approx Barley Corn. HEX triplet: B0, 91 and 5D. RGB value is (176,145,93). Sum of RGB (Red+Green+Blue) = 176+145+93=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0915D is #4F6EA2. Grayscale: #949494. Windows color (decimal): -5205667 or 6132144. OLE color: 6132144.

HSL color Cylindrical-coordinate representation of color #B0915D: hue angle of 37.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0915D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17614593-
CMYK00.180.470.31
HSL37.59º34.44%52.75%-
HSV(B)37.59º47.16%69.02%-
XYZ30.0130.2714.62-
YUV148.3496.77147.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=42.51%
G=35.02%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761459300.180.470.3137.5934.4452.75
HexB0915D0122F1F262235
Octal2602211350225737464265
Binary1011000010010001101110101001010111111111100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0915D; }

 p { color: rgb(176,145,93); }

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

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

 a { background-color: rgb(176,145,93); }

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

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

 span { border-color: rgb(176,145,93); }

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