#B99754

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

Shades of Barley Corn #B99754

Tints of Barley Corn #B99754

Color information

#B99754 (or 0xB99754) is unknown color: approx Barley Corn. HEX triplet: B9, 97 and 54. RGB value is (185,151,84). Sum of RGB (Red+Green+Blue) = 185+151+84=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99754 is #4668AB. Grayscale: #999999. Windows color (decimal): -4614316 or 5543865. OLE color: 5543865.

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

Color convert

RGB18515184-
CMYK00.180.550.27
HSL39.8º41.91%52.75%-
HSV(B)39.8º54.59%72.55%-
XYZ32.6733.0913.05-
YUV153.5388.76150.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 84 (33.20% from 255) = 20%
R=44.05%
G=35.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851518400.180.550.2739.841.9152.75
HexB99754012371B282a35
Octal2712271240226733505265
Binary1011100110010111101010001001011011111011101000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99754; }

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

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

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

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

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

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

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

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