#B7935D

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

Shades of Barley Corn #B7935D

Tints of Barley Corn #B7935D

Color information

#B7935D (or 0xB7935D) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 5D. RGB value is (183,147,93). Sum of RGB (Red+Green+Blue) = 183+147+93=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7935D is #486CA2. Grayscale: #979797. Windows color (decimal): -4746403 or 6132663. OLE color: 6132663.

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

Color convert

RGB18314793-
CMYK00.200.490.28
HSL36º38.46%54.12%-
HSV(B)36º49.18%71.76%-
XYZ31.9431.7314.8-
YUV151.6194.93150.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=43.26%
G=34.75%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831479300.200.490.283638.4654.12
HexB7935D014311C242636
Octal2672231350246134444666
Binary1011011110010011101110101010011000111100100100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7935D; }

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

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

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

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

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

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

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

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