#B7945B

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

Shades of Barley Corn #B7945B

Tints of Barley Corn #B7945B

Color information

#B7945B (or 0xB7945B) is unknown color: approx Barley Corn. HEX triplet: B7, 94 and 5B. RGB value is (183,148,91). Sum of RGB (Red+Green+Blue) = 183+148+91=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7945B is #486BA4. Grayscale: #989898. Windows color (decimal): -4746149 or 6001847. OLE color: 6001847.

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

Color convert

RGB18314891-
CMYK00.190.500.28
HSL37.17º38.98%53.73%-
HSV(B)37.17º50.27%71.76%-
XYZ32.013214.39-
YUV151.9793.6150.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=43.36%
G=35.07%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831489100.190.500.2837.1738.9853.73
HexB7945B013321C252736
Octal2672241330236234454766
Binary1011011110010100101101101001111001011100100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7945B; }

 p { color: rgb(183,148,91); }

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

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

 a { background-color: rgb(183,148,91); }

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

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

 span { border-color: rgb(183,148,91); }

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