#B88F62

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

Shades of Barley Corn #B88F62

Tints of Barley Corn #B88F62

Color information

#B88F62 (or 0xB88F62) is unknown color: approx Barley Corn. HEX triplet: B8, 8F and 62. RGB value is (184,143,98). Sum of RGB (Red+Green+Blue) = 184+143+98=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F62 is #47709D. Grayscale: #969696. Windows color (decimal): -4681886 or 6459320. OLE color: 6459320.

HSL color Cylindrical-coordinate representation of color #B88F62: hue angle of 31.4º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B88F62 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB18414398-
CMYK00.220.470.28
HSL31.4º37.72%55.29%-
HSV(B)31.4º46.74%72.16%-
XYZ31.7930.7215.81-
YUV150.1398.58152.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=43.29%
G=33.65%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841439800.220.470.2831.437.7255.29
HexB88F620162F1C1f2637
Octal2702171420265734374667
Binary101110001000111111000100101101011111110011111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F62; }

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

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

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

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

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

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

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

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