#B1A34B

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

Shades of Brass #B1A34B

Tints of Brass #B1A34B

Color information

#B1A34B (or 0xB1A34B) is unknown color: approx Brass. HEX triplet: B1, A3 and 4B. RGB value is (177,163,75). Sum of RGB (Red+Green+Blue) = 177+163+75=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A34B is #4E5CB4. Grayscale: #9D9D9D. Windows color (decimal): -5135541 or 4957105. OLE color: 4957105.

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

Color convert

RGB17716375-
CMYK00.080.580.31
HSL51.76º40.48%49.41%-
HSV(B)51.76º57.63%69.41%-
XYZ32.536.0511.9-
YUV157.1581.64142.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=42.65%
G=39.28%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771637500.080.580.3151.7640.4849.41
HexB1A34B083A1F342831
Octal2612431130107237645061
Binary101100011010001110010110100011101011111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A34B; }

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

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

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

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

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

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

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

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