#B1965A

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

Shades of Barley Corn #B1965A

Tints of Barley Corn #B1965A

Color information

#B1965A (or 0xB1965A) is unknown color: approx Barley Corn. HEX triplet: B1, 96 and 5A. RGB value is (177,150,90). Sum of RGB (Red+Green+Blue) = 177+150+90=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1965A is #4E69A5. Grayscale: #979797. Windows color (decimal): -5138854 or 5936817. OLE color: 5936817.

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

Color convert

RGB17715090-
CMYK00.150.490.31
HSL41.38º35.8%52.35%-
HSV(B)41.38º49.15%69.41%-
XYZ30.8831.914.2-
YUV151.2393.45146.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=42.45%
G=35.97%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771509000.150.490.3141.3835.852.35
HexB1965A0F311F292434
Octal2612261320176137514464
Binary101100011001011010110100111111000111111101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1965A; }

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

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

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

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

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

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

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

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