#B7925D

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

Shades of Barley Corn #B7925D

Tints of Barley Corn #B7925D

Color information

#B7925D (or 0xB7925D) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 5D. RGB value is (183,146,93). Sum of RGB (Red+Green+Blue) = 183+146+93=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7925D is #486DA2. Grayscale: #979797. Windows color (decimal): -4746659 or 6132407. OLE color: 6132407.

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

Color convert

RGB18314693-
CMYK00.200.490.28
HSL35.33º38.46%54.12%-
HSV(B)35.33º49.18%71.76%-
XYZ31.7831.4214.74-
YUV151.0295.26150.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=43.36%
G=34.60%
B=22.04%

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
Decimal1831469300.200.490.2835.3338.4654.12
HexB7925D014311C232636
Octal2672221350246134434666
Binary1011011110010010101110101010011000111100100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7925D; }

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

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

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

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

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

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

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

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