#B7875E

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

Shades of Barley Corn #B7875E

Tints of Barley Corn #B7875E

Color information

#B7875E (or 0xB7875E) is unknown color: approx Barley Corn. HEX triplet: B7, 87 and 5E. RGB value is (183,135,94). Sum of RGB (Red+Green+Blue) = 183+135+94=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7875E is #4878A1. Grayscale: #909090. Windows color (decimal): -4749474 or 6195127. OLE color: 6195127.

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

Color convert

RGB18313594-
CMYK00.260.490.28
HSL27.64º38.2%54.31%-
HSV(B)27.64º48.63%71.76%-
XYZ30.2128.214.44-
YUV144.6899.4155.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=44.42%
G=32.77%
B=22.82%

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
Decimal1831359400.260.490.2827.6438.254.31
HexB7875E01A311C1c2636
Octal2672071360326134344666
Binary101101111000011110111100110101100011110011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7875E; }

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

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

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

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

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

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

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

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