#B89358

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

Shades of Barley Corn #B89358

Tints of Barley Corn #B89358

Color information

#B89358 (or 0xB89358) is unknown color: approx Barley Corn. HEX triplet: B8, 93 and 58. RGB value is (184,147,88). Sum of RGB (Red+Green+Blue) = 184+147+88=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B89358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89358 is #476CA7. Grayscale: #979797. Windows color (decimal): -4680872 or 5804984. OLE color: 5804984.

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

Color convert

RGB18414788-
CMYK00.200.520.28
HSL36.88º40.34%53.33%-
HSV(B)36.88º52.17%72.16%-
XYZ31.9631.7613.68-
YUV151.3492.26151.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=43.91%
G=35.08%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841478800.200.520.2836.8840.3453.33
HexB89358014341C252835
Octal2702231300246434455065
Binary1011100010010011101100001010011010011100100101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89358; }

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

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

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

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

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

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

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

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