#BAB04B

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

Shades of Brass #BAB04B

Tints of Brass #BAB04B

Color information

#BAB04B (or 0xBAB04B) is unknown color: approx Brass. HEX triplet: BA, B0 and 4B. RGB value is (186,176,75). Sum of RGB (Red+Green+Blue) = 186+176+75=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB04B is #454FB4. Grayscale: #A7A7A7. Windows color (decimal): -4542389 or 4960442. OLE color: 4960442.

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

Color convert

RGB18617675-
CMYK00.050.600.27
HSL54.59º44.58%51.18%-
HSV(B)54.59º59.68%72.94%-
XYZ37.054212.81-
YUV167.4875.81141.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=42.56%
G=40.27%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861767500.050.600.2754.5944.5851.18
HexBAB04B053C1B372d33
Octal272260113057433675563
Binary10111010101100001001011010111110011011110111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB04B; }

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

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

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

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

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

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

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

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