#B1A350

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

Shades of Husk #B1A350

Tints of Husk #B1A350

Color information

#B1A350 (or 0xB1A350) is unknown color: approx Husk. HEX triplet: B1, A3 and 50. RGB value is (177,163,80). Sum of RGB (Red+Green+Blue) = 177+163+80=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A350 is #4E5CAF. Grayscale: #9E9E9E. Windows color (decimal): -5135536 or 5284785. OLE color: 5284785.

HSL color Cylindrical-coordinate representation of color #B1A350: hue angle of 51.34º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A350 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17716380-
CMYK00.080.550.31
HSL51.34º38.34%50.39%-
HSV(B)51.34º54.8%69.41%-
XYZ32.6836.1212.84-
YUV157.7284.14141.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=42.14%
G=38.81%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771638000.080.550.3151.3438.3450.39
HexB1A35008371F332632
Octal2612431200106737634662
Binary101100011010001110100000100011011111111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A350; }

 p { color: rgb(177,163,80); }

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

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

 a { background-color: rgb(177,163,80); }

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

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

 span { border-color: rgb(177,163,80); }

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