#B1965C

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

Shades of Barley Corn #B1965C

Tints of Barley Corn #B1965C

Color information

#B1965C (or 0xB1965C) is unknown color: approx Barley Corn. HEX triplet: B1, 96 and 5C. RGB value is (177,150,92). Sum of RGB (Red+Green+Blue) = 177+150+92=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1965C is #4E69A3. Grayscale: #979797. Windows color (decimal): -5138852 or 6067889. OLE color: 6067889.

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

Color convert

RGB17715092-
CMYK00.150.480.31
HSL40.94º35.27%52.75%-
HSV(B)40.94º48.02%69.41%-
XYZ30.9731.9314.66-
YUV151.4694.45146.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=42.24%
G=35.80%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771509200.150.480.3140.9435.2752.75
HexB1965C0F301F292335
Octal2612261340176037514365
Binary101100011001011010111000111111000011111101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1965C; }

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

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

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

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

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

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

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

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