#B09455

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

Shades of Barley Corn #B09455

Tints of Barley Corn #B09455

Color information

#B09455 (or 0xB09455) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 55. RGB value is (176,148,85). Sum of RGB (Red+Green+Blue) = 176+148+85=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09455 is #4F6BAA. Grayscale: #959595. Windows color (decimal): -5204907 or 5608624. OLE color: 5608624.

HSL color Cylindrical-coordinate representation of color #B09455: hue angle of 41.54º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B09455 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17614885-
CMYK00.160.520.31
HSL41.54º36.55%51.18%-
HSV(B)41.54º51.7%69.02%-
XYZ30.1331.0713-
YUV149.1991.78147.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=43.03%
G=36.19%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761488500.160.520.3141.5436.5551.18
HexB09455010341F2a2533
Octal2602241250206437524563
Binary1011000010010100101010101000011010011111101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09455; }

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

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

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

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

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

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

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

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