#B1A633

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

Shades of Brass #B1A633

Tints of Brass #B1A633

Color information

#B1A633 (or 0xB1A633) is unknown color: approx Brass. HEX triplet: B1, A6 and 33. RGB value is (177,166,51). Sum of RGB (Red+Green+Blue) = 177+166+51=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A633 is #4E59CC. Grayscale: #9C9C9C. Windows color (decimal): -5134797 or 3385009. OLE color: 3385009.

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

Color convert

RGB17716651-
CMYK00.060.710.31
HSL54.76º55.26%44.71%-
HSV(B)54.76º71.19%69.41%-
XYZ32.3736.868.54-
YUV156.1868.64142.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=44.92%
G=42.13%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771665100.060.710.3154.7655.2644.71
HexB1A63306471F37372d
Octal261246630610737676755
Binary10110001101001101100110110100011111111110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A633; }

 p { color: rgb(177,166,51); }

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

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

 a { background-color: rgb(177,166,51); }

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

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

 span { border-color: rgb(177,166,51); }

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