#B99553

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

Shades of Barley Corn #B99553

Tints of Barley Corn #B99553

Color information

#B99553 (or 0xB99553) is unknown color: approx Barley Corn. HEX triplet: B9, 95 and 53. RGB value is (185,149,83). Sum of RGB (Red+Green+Blue) = 185+149+83=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99553 is #466AAC. Grayscale: #989898. Windows color (decimal): -4614829 or 5477817. OLE color: 5477817.

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

Color convert

RGB18514983-
CMYK00.190.550.27
HSL38.82º42.15%52.55%-
HSV(B)38.82º55.14%72.55%-
XYZ32.3232.4312.74-
YUV152.2488.93151.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 83 (32.81% from 255) = 19.90%
R=44.36%
G=35.73%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851498300.190.550.2738.8242.1552.55
HexB99553013371B272a35
Octal2712251230236733475265
Binary1011100110010101101001101001111011111011100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99553; }

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

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

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

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

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

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

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

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