#B1A433

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

Shades of Brass #B1A433

Tints of Brass #B1A433

Color information

#B1A433 (or 0xB1A433) is unknown color: approx Brass. HEX triplet: B1, A4 and 33. RGB value is (177,164,51). Sum of RGB (Red+Green+Blue) = 177+164+51=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A433 is #4E5BCC. Grayscale: #9B9B9B. Windows color (decimal): -5135309 or 3384497. OLE color: 3384497.

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

Color convert

RGB17716451-
CMYK00.070.710.31
HSL53.81º55.26%44.71%-
HSV(B)53.81º71.19%69.41%-
XYZ3236.148.42-
YUV15569.31143.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 51 (20.31% from 255) = 13.01%
R=45.15%
G=41.84%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771645100.070.710.3153.8155.2644.71
HexB1A43307471F36372d
Octal261244630710737666755
Binary10110001101001001100110111100011111111110110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A433; }

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

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

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

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

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

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

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

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