#B89858

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

Shades of Barley Corn #B89858

Tints of Barley Corn #B89858

Color information

#B89858 (or 0xB89858) is unknown color: approx Barley Corn. HEX triplet: B8, 98 and 58. RGB value is (184,152,88). Sum of RGB (Red+Green+Blue) = 184+152+88=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B89858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89858 is #4767A7. Grayscale: #9A9A9A. Windows color (decimal): -4679592 or 5806264. OLE color: 5806264.

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

Color convert

RGB18415288-
CMYK00.170.520.28
HSL40º40.34%53.33%-
HSV(B)40º52.17%72.16%-
XYZ32.7633.3513.94-
YUV154.2790.6149.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=43.40%
G=35.85%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841528800.170.520.284040.3453.33
HexB89858011341C282835
Octal2702301300216434505065
Binary1011100010011000101100001000111010011100101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89858; }

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

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

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

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

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

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

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

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