#B88960

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

Shades of Barley Corn #B88960

Tints of Barley Corn #B88960

Color information

#B88960 (or 0xB88960) is unknown color: approx Barley Corn. HEX triplet: B8, 89 and 60. RGB value is (184,137,96). Sum of RGB (Red+Green+Blue) = 184+137+96=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B88960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88960 is #47769F. Grayscale: #929292. Windows color (decimal): -4683424 or 6326712. OLE color: 6326712.

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

Color convert

RGB18413796-
CMYK00.260.480.28
HSL27.95º38.26%54.9%-
HSV(B)27.95º47.83%72.16%-
XYZ30.8228.9315.03-
YUV146.3899.57154.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=44.12%
G=32.85%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841379600.260.480.2827.9538.2654.9
HexB8896001A301C1c2637
Octal2702111400326034344667
Binary101110001000100111000000110101100001110011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88960; }

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

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

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

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

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

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

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

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