#B88E5B

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

Shades of Barley Corn #B88E5B

Tints of Barley Corn #B88E5B

Color information

#B88E5B (or 0xB88E5B) is unknown color: approx Barley Corn. HEX triplet: B8, 8E and 5B. RGB value is (184,142,91). Sum of RGB (Red+Green+Blue) = 184+142+91=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E5B is #4771A4. Grayscale: #949494. Windows color (decimal): -4682149 or 6000312. OLE color: 6000312.

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

Color convert

RGB18414291-
CMYK00.230.510.28
HSL32.9º39.57%53.92%-
HSV(B)32.9º50.54%72.16%-
XYZ31.3330.2914.09-
YUV148.7495.41153.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=44.12%
G=34.05%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841429100.230.510.2832.939.5753.92
HexB88E5B017331C212836
Octal2702161330276334415066
Binary1011100010001110101101101011111001111100100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E5B; }

 p { color: rgb(184,142,91); }

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

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

 a { background-color: rgb(184,142,91); }

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

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

 span { border-color: rgb(184,142,91); }

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