#B88D5B

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

Shades of Barley Corn #B88D5B

Tints of Barley Corn #B88D5B

Color information

#B88D5B (or 0xB88D5B) is unknown color: approx Barley Corn. HEX triplet: B8, 8D and 5B. RGB value is (184,141,91). Sum of RGB (Red+Green+Blue) = 184+141+91=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D5B is #4772A4. Grayscale: #949494. Windows color (decimal): -4682405 or 6000056. OLE color: 6000056.

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

Color convert

RGB18414191-
CMYK00.230.510.28
HSL32.26º39.57%53.92%-
HSV(B)32.26º50.54%72.16%-
XYZ31.183014.04-
YUV148.1695.75153.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=44.23%
G=33.89%
B=21.88%

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
Decimal1841419100.230.510.2832.2639.5753.92
HexB88D5B017331C202836
Octal2702151330276334405066
Binary1011100010001101101101101011111001111100100000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D5B; }

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

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

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

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

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

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

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

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