#B99454

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

Shades of Barley Corn #B99454

Tints of Barley Corn #B99454

Color information

#B99454 (or 0xB99454) is unknown color: approx Barley Corn. HEX triplet: B9, 94 and 54. RGB value is (185,148,84). Sum of RGB (Red+Green+Blue) = 185+148+84=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99454 is #466BAB. Grayscale: #989898. Windows color (decimal): -4615084 or 5543097. OLE color: 5543097.

HSL color Cylindrical-coordinate representation of color #B99454: hue angle of 38.02º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B99454 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18514884-
CMYK00.200.550.27
HSL38.02º41.91%52.75%-
HSV(B)38.02º54.59%72.55%-
XYZ32.232.1312.89-
YUV151.7789.76151.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=44.36%
G=35.49%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851488400.200.550.2738.0241.9152.75
HexB99454014371B262a35
Octal2712241240246733465265
Binary1011100110010100101010001010011011111011100110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99454; }

 p { color: rgb(185,148,84); }

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

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

 a { background-color: rgb(185,148,84); }

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

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

 span { border-color: rgb(185,148,84); }

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