#B99558

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

Shades of Barley Corn #B99558

Tints of Barley Corn #B99558

Color information

#B99558 (or 0xB99558) is unknown color: approx Barley Corn. HEX triplet: B9, 95 and 58. RGB value is (185,149,88). Sum of RGB (Red+Green+Blue) = 185+149+88=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B99558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99558 is #466AA7. Grayscale: #999999. Windows color (decimal): -4614824 or 5805497. OLE color: 5805497.

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

Color convert

RGB18514988-
CMYK00.190.520.27
HSL37.73º40.93%53.53%-
HSV(B)37.73º52.43%72.55%-
XYZ32.5232.5113.79-
YUV152.8191.43150.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=43.84%
G=35.31%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851498800.190.520.2737.7340.9353.53
HexB99558013341B262936
Octal2712251300236433465166
Binary1011100110010101101100001001111010011011100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99558; }

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

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

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

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

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

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

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

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