#B89862

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

Shades of Barley Corn #B89862

Tints of Barley Corn #B89862

Color information

#B89862 (or 0xB89862) is unknown color: approx Barley Corn. HEX triplet: B8, 98 and 62. RGB value is (184,152,98). Sum of RGB (Red+Green+Blue) = 184+152+98=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89862 is #47679D. Grayscale: #9B9B9B. Windows color (decimal): -4679582 or 6461624. OLE color: 6461624.

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

Color convert

RGB18415298-
CMYK00.170.470.28
HSL37.67º37.72%55.29%-
HSV(B)37.67º46.74%72.16%-
XYZ33.233.5316.28-
YUV155.4195.6148.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=42.40%
G=35.02%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841529800.170.470.2837.6737.7255.29
HexB898620112F1C262637
Octal2702301420215734464667
Binary1011100010011000110001001000110111111100100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89862; }

 p { color: rgb(184,152,98); }

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

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

 a { background-color: rgb(184,152,98); }

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

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

 span { border-color: rgb(184,152,98); }

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