#B99458

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

Shades of Barley Corn #B99458

Tints of Barley Corn #B99458

Color information

#B99458 (or 0xB99458) is unknown color: approx Barley Corn. HEX triplet: B9, 94 and 58. RGB value is (185,148,88). Sum of RGB (Red+Green+Blue) = 185+148+88=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B99458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99458 is #466BA7. Grayscale: #989898. Windows color (decimal): -4615080 or 5805241. OLE color: 5805241.

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

Color convert

RGB18514888-
CMYK00.200.520.27
HSL37.11º40.93%53.53%-
HSV(B)37.11º52.43%72.55%-
XYZ32.3632.213.74-
YUV152.2291.76151.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=43.94%
G=35.15%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851488800.200.520.2737.1140.9353.53
HexB99458014341B252936
Octal2712241300246433455166
Binary1011100110010100101100001010011010011011100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99458; }

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

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

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

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

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

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

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

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