#B1965F

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

Shades of Barley Corn #B1965F

Tints of Barley Corn #B1965F

Color information

#B1965F (or 0xB1965F) is unknown color: approx Barley Corn. HEX triplet: B1, 96 and 5F. RGB value is (177,150,95). Sum of RGB (Red+Green+Blue) = 177+150+95=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1965F is #4E69A0. Grayscale: #989898. Windows color (decimal): -5138849 or 6264497. OLE color: 6264497.

HSL color Cylindrical-coordinate representation of color #B1965F: hue angle of 40.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1965F is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17715095-
CMYK00.150.460.31
HSL40.24º34.45%53.33%-
HSV(B)40.24º46.33%69.41%-
XYZ31.131.9915.36-
YUV151.895.95145.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=41.94%
G=35.55%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771509500.150.460.3140.2434.4553.33
HexB1965F0F2E1F282235
Octal2612261370175637504265
Binary101100011001011010111110111110111011111101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1965F; }

 p { color: rgb(177,150,95); }

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

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

 a { background-color: rgb(177,150,95); }

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

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

 span { border-color: rgb(177,150,95); }

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