#B89658

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

Shades of Barley Corn #B89658

Tints of Barley Corn #B89658

Color information

#B89658 (or 0xB89658) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 58. RGB value is (184,150,88). Sum of RGB (Red+Green+Blue) = 184+150+88=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B89658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89658 is #4769A7. Grayscale: #999999. Windows color (decimal): -4680104 or 5805752. OLE color: 5805752.

HSL color Cylindrical-coordinate representation of color #B89658: hue angle of 38.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89658 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18415088-
CMYK00.180.520.28
HSL38.75º40.34%53.33%-
HSV(B)38.75º52.17%72.16%-
XYZ32.4332.7113.84-
YUV153.191.26150.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=43.60%
G=35.55%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841508800.180.520.2838.7540.3453.33
HexB89658012341C272835
Octal2702261300226434475065
Binary1011100010010110101100001001011010011100100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89658; }

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

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

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

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

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

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

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

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