#B7875D

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

Shades of Barley Corn #B7875D

Tints of Barley Corn #B7875D

Color information

#B7875D (or 0xB7875D) is unknown color: approx Barley Corn. HEX triplet: B7, 87 and 5D. RGB value is (183,135,93). Sum of RGB (Red+Green+Blue) = 183+135+93=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7875D is #4878A2. Grayscale: #909090. Windows color (decimal): -4749475 or 6129591. OLE color: 6129591.

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

Color convert

RGB18313593-
CMYK00.260.490.28
HSL28º38.46%54.12%-
HSV(B)28º49.18%71.76%-
XYZ30.1728.1914.21-
YUV144.5698.9155.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=44.53%
G=32.85%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831359300.260.490.282838.4654.12
HexB7875D01A311C1c2636
Octal2672071350326134344666
Binary101101111000011110111010110101100011110011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7875D; }

 p { color: rgb(183,135,93); }

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

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

 a { background-color: rgb(183,135,93); }

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

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

 span { border-color: rgb(183,135,93); }

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