#B9975C

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

Shades of Barley Corn #B9975C

Tints of Barley Corn #B9975C

Color information

#B9975C (or 0xB9975C) is unknown color: approx Barley Corn. HEX triplet: B9, 97 and 5C. RGB value is (185,151,92). Sum of RGB (Red+Green+Blue) = 185+151+92=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9975C is #4668A3. Grayscale: #9A9A9A. Windows color (decimal): -4614308 or 6068153. OLE color: 6068153.

HSL color Cylindrical-coordinate representation of color #B9975C: hue angle of 38.06º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9975C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18515192-
CMYK00.180.500.27
HSL38.06º39.91%54.31%-
HSV(B)38.06º50.27%72.55%-
XYZ33.0133.2214.8-
YUV154.4492.76149.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=43.22%
G=35.28%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851519200.180.500.2738.0639.9154.31
HexB9975C012321B262836
Octal2712271340226233465066
Binary1011100110010111101110001001011001011011100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9975C; }

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

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

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

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

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

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

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

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