#B7975C

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

Shades of Barley Corn #B7975C

Tints of Barley Corn #B7975C

Color information

#B7975C (or 0xB7975C) is unknown color: approx Barley Corn. HEX triplet: B7, 97 and 5C. RGB value is (183,151,92). Sum of RGB (Red+Green+Blue) = 183+151+92=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7975C is #4868A3. Grayscale: #9A9A9A. Windows color (decimal): -4745380 or 6068151. OLE color: 6068151.

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

Color convert

RGB18315192-
CMYK00.170.500.28
HSL38.9º38.72%53.92%-
HSV(B)38.9º49.73%71.76%-
XYZ32.5332.9714.78-
YUV153.8493.1148.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=42.96%
G=35.45%
B=21.60%

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
Decimal1831519200.170.500.2838.938.7253.92
HexB7975C011321C272736
Octal2672271340216234474766
Binary1011011110010111101110001000111001011100100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7975C; }

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

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

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

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

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

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

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

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