#B1995C

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

Shades of Barley Corn #B1995C

Tints of Barley Corn #B1995C

Color information

#B1995C (or 0xB1995C) is unknown color: approx Barley Corn. HEX triplet: B1, 99 and 5C. RGB value is (177,153,92). Sum of RGB (Red+Green+Blue) = 177+153+92=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1995C is #4E66A3. Grayscale: #999999. Windows color (decimal): -5138084 or 6068657. OLE color: 6068657.

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

Color convert

RGB17715392-
CMYK00.140.480.31
HSL43.06º35.27%52.75%-
HSV(B)43.06º48.02%69.41%-
XYZ31.4532.914.82-
YUV153.2293.45144.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=41.94%
G=36.26%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771539200.140.480.3143.0635.2752.75
HexB1995C0E301F2b2335
Octal2612311340166037534365
Binary101100011001100110111000111011000011111101011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1995C; }

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

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

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

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

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

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

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

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