#B88F5B

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

Shades of Barley Corn #B88F5B

Tints of Barley Corn #B88F5B

Color information

#B88F5B (or 0xB88F5B) is unknown color: approx Barley Corn. HEX triplet: B8, 8F and 5B. RGB value is (184,143,91). Sum of RGB (Red+Green+Blue) = 184+143+91=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F5B is #4770A4. Grayscale: #959595. Windows color (decimal): -4681893 or 6000568. OLE color: 6000568.

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

Color convert

RGB18414391-
CMYK00.220.510.28
HSL33.55º39.57%53.92%-
HSV(B)33.55º50.54%72.16%-
XYZ31.4830.5914.14-
YUV149.3395.08152.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=44.02%
G=34.21%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841439100.220.510.2833.5539.5753.92
HexB88F5B016331C222836
Octal2702171330266334425066
Binary1011100010001111101101101011011001111100100010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F5B; }

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

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

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

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

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

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

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

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