#B1A234

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

Shades of Brass #B1A234

Tints of Brass #B1A234

Color information

#B1A234 (or 0xB1A234) is unknown color: approx Brass. HEX triplet: B1, A2 and 34. RGB value is (177,162,52). Sum of RGB (Red+Green+Blue) = 177+162+52=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A234 is #4E5DCB. Grayscale: #9A9A9A. Windows color (decimal): -5135820 or 3449521. OLE color: 3449521.

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

Color convert

RGB17716252-
CMYK00.080.710.31
HSL52.8º54.59%44.9%-
HSV(B)52.8º70.62%69.41%-
XYZ31.6735.448.42-
YUV153.9470.47144.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=45.27%
G=41.43%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771625200.080.710.3152.854.5944.9
HexB1A23408471F35372d
Octal2612426401010737656755
Binary101100011010001011010001000100011111111110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A234; }

 p { color: rgb(177,162,52); }

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

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

 a { background-color: rgb(177,162,52); }

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

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

 span { border-color: rgb(177,162,52); }

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