#B7975B

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

Shades of Barley Corn #B7975B

Tints of Barley Corn #B7975B

Color information

#B7975B (or 0xB7975B) is unknown color: approx Barley Corn. HEX triplet: B7, 97 and 5B. RGB value is (183,151,91). Sum of RGB (Red+Green+Blue) = 183+151+91=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7975B is #4868A4. Grayscale: #999999. Windows color (decimal): -4745381 or 6002615. OLE color: 6002615.

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

Color convert

RGB18315191-
CMYK00.170.500.28
HSL39.13º38.98%53.73%-
HSV(B)39.13º50.27%71.76%-
XYZ32.4832.9614.55-
YUV153.7392.6148.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=43.06%
G=35.53%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831519100.170.500.2839.1338.9853.73
HexB7975B011321C272736
Octal2672271330216234474766
Binary1011011110010111101101101000111001011100100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7975B; }

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

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

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

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

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

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

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

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