#B89861

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

Shades of Barley Corn #B89861

Tints of Barley Corn #B89861

Color information

#B89861 (or 0xB89861) is unknown color: approx Barley Corn. HEX triplet: B8, 98 and 61. RGB value is (184,152,97). Sum of RGB (Red+Green+Blue) = 184+152+97=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89861 is #47679E. Grayscale: #9B9B9B. Windows color (decimal): -4679583 or 6396088. OLE color: 6396088.

HSL color Cylindrical-coordinate representation of color #B89861: hue angle of 37.93º 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 #B89861 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB18415297-
CMYK00.170.470.28
HSL37.93º37.99%55.1%-
HSV(B)37.93º47.28%72.16%-
XYZ33.1533.5116.03-
YUV155.395.1148.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=42.49%
G=35.10%
B=22.40%

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
Decimal1841529700.170.470.2837.9337.9955.1
HexB898610112F1C262637
Octal2702301410215734464667
Binary1011100010011000110000101000110111111100100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89861; }

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

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

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

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

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

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

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

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