#B99561

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

Shades of Barley Corn #B99561

Tints of Barley Corn #B99561

Color information

#B99561 (or 0xB99561) is unknown color: approx Barley Corn. HEX triplet: B9, 95 and 61. RGB value is (185,149,97). Sum of RGB (Red+Green+Blue) = 185+149+97=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B99561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99561 is #466A9E. Grayscale: #9A9A9A. Windows color (decimal): -4614815 or 6395321. OLE color: 6395321.

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

Color convert

RGB18514997-
CMYK00.190.480.27
HSL35.45º38.6%55.29%-
HSV(B)35.45º47.57%72.55%-
XYZ32.9132.6715.88-
YUV153.8495.93150.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=42.92%
G=34.57%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851499700.190.480.2735.4538.655.29
HexB99561013301B232737
Octal2712251410236033434767
Binary1011100110010101110000101001111000011011100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99561; }

 p { color: rgb(185,149,97); }

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

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

 a { background-color: rgb(185,149,97); }

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

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

 span { border-color: rgb(185,149,97); }

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