#BAB047

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

Shades of Brass #BAB047

Tints of Brass #BAB047

Color information

#BAB047 (or 0xBAB047) is unknown color: approx Brass. HEX triplet: BA, B0 and 47. RGB value is (186,176,71). Sum of RGB (Red+Green+Blue) = 186+176+71=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB047 is #454FB8. Grayscale: #A7A7A7. Windows color (decimal): -4542393 or 4698298. OLE color: 4698298.

HSL color Cylindrical-coordinate representation of color #BAB047: hue angle of 54.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB047 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18617671-
CMYK00.050.620.27
HSL54.78º45.45%50.39%-
HSV(B)54.78º61.83%72.94%-
XYZ36.9141.9412.11-
YUV167.0273.81141.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 71 (28.12% from 255) = 16.40%
R=42.96%
G=40.65%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861767100.050.620.2754.7845.4550.39
HexBAB047053E1B372d32
Octal272260107057633675562
Binary10111010101100001000111010111111011011110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB047; }

 p { color: rgb(186,176,71); }

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

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

 a { background-color: rgb(186,176,71); }

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

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

 span { border-color: rgb(186,176,71); }

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