#B09563

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

Shades of Barley Corn #B09563

Tints of Barley Corn #B09563

Color information

#B09563 (or 0xB09563) is unknown color: approx Barley Corn. HEX triplet: B0, 95 and 63. RGB value is (176,149,99). Sum of RGB (Red+Green+Blue) = 176+149+99=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09563 is #4F6A9C. Grayscale: #979797. Windows color (decimal): -5204637 or 6526384. OLE color: 6526384.

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

Color convert

RGB17614999-
CMYK00.150.440.31
HSL38.96º32.77%53.92%-
HSV(B)38.96º43.75%69.02%-
XYZ30.931.6316.28-
YUV151.3798.45145.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=41.51%
G=35.14%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761499900.150.440.3138.9632.7753.92
HexB095630F2C1F272136
Octal2602251430175437474166
Binary101100001001010111000110111110110011111100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09563; }

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

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

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

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

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

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

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

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