#B1995A

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

Shades of Barley Corn #B1995A

Tints of Barley Corn #B1995A

Color information

#B1995A (or 0xB1995A) is unknown color: approx Barley Corn. HEX triplet: B1, 99 and 5A. RGB value is (177,153,90). Sum of RGB (Red+Green+Blue) = 177+153+90=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1995A is #4E66A5. Grayscale: #999999. Windows color (decimal): -5138086 or 5937585. OLE color: 5937585.

HSL color Cylindrical-coordinate representation of color #B1995A: hue angle of 43.45º 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 #B1995A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17715390-
CMYK00.140.490.31
HSL43.45º35.8%52.35%-
HSV(B)43.45º49.15%69.41%-
XYZ31.3732.8714.36-
YUV152.9992.45145.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=42.14%
G=36.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771539000.140.490.3143.4535.852.35
HexB1995A0E311F2b2434
Octal2612311320166137534464
Binary101100011001100110110100111011000111111101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1995A; }

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

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

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

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

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

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

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

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