#B99658

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

Shades of Barley Corn #B99658

Tints of Barley Corn #B99658

Color information

#B99658 (or 0xB99658) is unknown color: approx Barley Corn. HEX triplet: B9, 96 and 58. RGB value is (185,150,88). Sum of RGB (Red+Green+Blue) = 185+150+88=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99658 is #4669A7. Grayscale: #999999. Windows color (decimal): -4614568 or 5805753. OLE color: 5805753.

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

Color convert

RGB18515088-
CMYK00.190.520.27
HSL38.35º40.93%53.53%-
HSV(B)38.35º52.43%72.55%-
XYZ32.6832.8313.85-
YUV153.491.1150.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=43.74%
G=35.46%
B=20.80%

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
Decimal1851508800.190.520.2738.3540.9353.53
HexB99658013341B262936
Octal2712261300236433465166
Binary1011100110010110101100001001111010011011100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99658; }

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

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

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

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

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

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

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

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