#B88D65

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

Shades of Barley Corn #B88D65

Tints of Barley Corn #B88D65

Color information

#B88D65 (or 0xB88D65) is unknown color: approx Barley Corn. HEX triplet: B8, 8D and 65. RGB value is (184,141,101). Sum of RGB (Red+Green+Blue) = 184+141+101=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D65 is #47729A. Grayscale: #959595. Windows color (decimal): -4682395 or 6655416. OLE color: 6655416.

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

Color convert

RGB184141101-
CMYK00.230.450.28
HSL28.92º36.89%55.88%-
HSV(B)28.92º45.11%72.16%-
XYZ31.6430.1816.47-
YUV149.3100.75152.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=43.19%
G=33.10%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414110100.230.450.2828.9236.8955.88
HexB88D650172D1C1d2538
Octal2702151450275534354570
Binary101110001000110111001010101111011011110011101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D65; }

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

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

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

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

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

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

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

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