#B98B62

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

Shades of Barley Corn #B98B62

Tints of Barley Corn #B98B62

Color information

#B98B62 (or 0xB98B62) is unknown color: approx Barley Corn. HEX triplet: B9, 8B and 62. RGB value is (185,139,98). Sum of RGB (Red+Green+Blue) = 185+139+98=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B62 is #46749D. Grayscale: #949494. Windows color (decimal): -4617374 or 6458297. OLE color: 6458297.

HSL color Cylindrical-coordinate representation of color #B98B62: hue angle of 28.28º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B98B62 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18513998-
CMYK00.250.470.27
HSL28.28º38.33%55.49%-
HSV(B)28.28º47.03%72.55%-
XYZ31.4429.6615.62-
YUV148.0899.74154.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=43.84%
G=32.94%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851399800.250.470.2728.2838.3355.49
HexB98B620192F1B1c2637
Octal2712131420315733344667
Binary101110011000101111000100110011011111101111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B62; }

 p { color: rgb(185,139,98); }

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

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

 a { background-color: rgb(185,139,98); }

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

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

 span { border-color: rgb(185,139,98); }

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