#B09463

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

Shades of Barley Corn #B09463

Tints of Barley Corn #B09463

Color information

#B09463 (or 0xB09463) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 63. RGB value is (176,148,99). Sum of RGB (Red+Green+Blue) = 176+148+99=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09463 is #4F6B9C. Grayscale: #979797. Windows color (decimal): -5204893 or 6526128. OLE color: 6526128.

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

Color convert

RGB17614899-
CMYK00.160.440.31
HSL38.18º32.77%53.92%-
HSV(B)38.18º43.75%69.02%-
XYZ30.7531.3116.23-
YUV150.7998.78145.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=41.61%
G=34.99%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761489900.160.440.3138.1832.7753.92
HexB094630102C1F262136
Octal2602241430205437464166
Binary1011000010010100110001101000010110011111100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09463; }

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

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

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

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

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

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

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

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