#B7885F

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

Shades of Barley Corn #B7885F

Tints of Barley Corn #B7885F

Color information

#B7885F (or 0xB7885F) is unknown color: approx Barley Corn. HEX triplet: B7, 88 and 5F. RGB value is (183,136,95). Sum of RGB (Red+Green+Blue) = 183+136+95=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7885F is #4877A0. Grayscale: #919191. Windows color (decimal): -4749217 or 6260919. OLE color: 6260919.

HSL color Cylindrical-coordinate representation of color #B7885F: 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 #B7885F is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18313695-
CMYK00.260.480.28
HSL27.95º37.93%54.51%-
HSV(B)27.95º48.09%71.76%-
XYZ30.428.514.73-
YUV145.3899.57154.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=44.20%
G=32.85%
B=22.95%

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
Decimal1831369500.260.480.2827.9537.9354.51
HexB7885F01A301C1c2637
Octal2672101370326034344667
Binary101101111000100010111110110101100001110011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7885F; }

 p { color: rgb(183,136,95); }

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

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

 a { background-color: rgb(183,136,95); }

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

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

 span { border-color: rgb(183,136,95); }

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