#B88964

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

Shades of Barley Corn #B88964

Tints of Barley Corn #B88964

Color information

#B88964 (or 0xB88964) is unknown color: approx Barley Corn. HEX triplet: B8, 89 and 64. RGB value is (184,137,100). Sum of RGB (Red+Green+Blue) = 184+137+100=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B88964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88964 is #47769B. Grayscale: #939393. Windows color (decimal): -4683420 or 6588856. OLE color: 6588856.

HSL color Cylindrical-coordinate representation of color #B88964: hue angle of 26.43º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B88964 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB184137100-
CMYK00.260.460.28
HSL26.43º37.17%55.69%-
HSV(B)26.43º45.65%72.16%-
XYZ31.012916.02-
YUV146.84101.57154.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=43.71%
G=32.54%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413710000.260.460.2826.4337.1755.69
HexB8896401A2E1C1a2538
Octal2702111440325634324570
Binary101110001000100111001000110101011101110011010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88964; }

 p { color: rgb(184,137,100); }

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

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

 a { background-color: rgb(184,137,100); }

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

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

 span { border-color: rgb(184,137,100); }

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