#B99B58

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

Shades of Barley Corn #B99B58

Tints of Barley Corn #B99B58

Color information

#B99B58 (or 0xB99B58) is unknown color: approx Barley Corn. HEX triplet: B9, 9B and 58. RGB value is (185,155,88). Sum of RGB (Red+Green+Blue) = 185+155+88=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B58 is #4664A7. Grayscale: #9C9C9C. Windows color (decimal): -4613288 or 5807033. OLE color: 5807033.

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

Color convert

RGB18515588-
CMYK00.160.520.27
HSL41.44º40.93%53.53%-
HSV(B)41.44º52.43%72.55%-
XYZ33.4934.4614.12-
YUV156.3389.44148.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=43.22%
G=36.21%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851558800.160.520.2741.4440.9353.53
HexB99B58010341B292936
Octal2712331300206433515166
Binary1011100110011011101100001000011010011011101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B58; }

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

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

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

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

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

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

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

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