#B09163

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

Shades of Barley Corn #B09163

Tints of Barley Corn #B09163

Color information

#B09163 (or 0xB09163) is unknown color: approx Barley Corn. HEX triplet: B0, 91 and 63. RGB value is (176,145,99). Sum of RGB (Red+Green+Blue) = 176+145+99=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B09163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09163 is #4F6E9C. Grayscale: #959595. Windows color (decimal): -5205661 or 6525360. OLE color: 6525360.

HSL color Cylindrical-coordinate representation of color #B09163: hue angle of 35.84º 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 #B09163 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17614599-
CMYK00.180.440.31
HSL35.84º32.77%53.92%-
HSV(B)35.84º43.75%69.02%-
XYZ30.2830.3816.07-
YUV149.0299.77147.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=41.90%
G=34.52%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761459900.180.440.3135.8432.7753.92
HexB091630122C1F242136
Octal2602211430225437444166
Binary1011000010010001110001101001010110011111100100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09163; }

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

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

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

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

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

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

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

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