#B7925A

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

Shades of Barley Corn #B7925A

Tints of Barley Corn #B7925A

Color information

#B7925A (or 0xB7925A) is unknown color: approx Barley Corn. HEX triplet: B7, 92 and 5A. RGB value is (183,146,90). Sum of RGB (Red+Green+Blue) = 183+146+90=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7925A is #486DA5. Grayscale: #969696. Windows color (decimal): -4746662 or 5935799. OLE color: 5935799.

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

Color convert

RGB18314690-
CMYK00.200.510.28
HSL36.13º39.24%53.53%-
HSV(B)36.13º50.82%71.76%-
XYZ31.6531.3614.06-
YUV150.6893.76151.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=43.68%
G=34.84%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831469000.200.510.2836.1339.2453.53
HexB7925A014331C242736
Octal2672221320246334444766
Binary1011011110010010101101001010011001111100100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7925A; }

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

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

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

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

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

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

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

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